We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0201fca commit ca6fd99Copy full SHA for ca6fd99
demo/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-datatables-demo",
3
- "version": "9.0.0-dev",
+ "version": "9.0.0",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
@@ -20,7 +20,7 @@
20
"@angular/platform-browser": "^9.0.6",
21
"@angular/platform-browser-dynamic": "^9.0.6",
22
"@angular/router": "^9.0.6",
23
- "angular-datatables": "^8.1.0",
+ "angular-datatables": "^9.0.0",
24
"angular2-highlight-js": "^8.0.1",
25
"core-js": "^3.6.4",
26
"datatables.net": "^1.10.20",
package.json
"name": "angular-datatables",
"description": "Angular directive for DataTables",
"build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build",
0 commit comments