Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: l-lin/angular-datatables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.1
Choose a base ref
...
head repository: l-lin/angular-datatables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 10, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fd257be View commit details

Commits on Dec 13, 2022

  1. Merge pull request #1697 from l-lin/fix/1691/remove_codelyzer_dependency

    fix(#1691/#1692): remove dep to codelyzer
    l-lin authored Dec 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50ab7c8 View commit details
  2. chore: release 14.0.2

    l-lin committed Dec 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c87f19d View commit details
Showing with 3 additions and 5 deletions.
  1. +1 −1 package-lock.json
  2. +2 −4 package.json
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables",
"version": "14.0.1",
"version": "14.0.2",
"description": "Angular directive for DataTables",
"scripts": {
"build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build",
@@ -80,7 +80,5 @@
"url": "https://github.com/l-lin/angular-datatables/issues"
},
"homepage": "https://github.com/l-lin/angular-datatables#readme",
"dependencies": {
"codelyzer": "^6.0.2"
}
"dependencies": {}
}