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

Commit 949b9f0

Browse files
committed
chore: release v6.0.0
1 parent a5fdf2e commit 949b9f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables-demo",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^6.0.1",
2222
"@angular/platform-browser-dynamic": "^6.0.1",
2323
"@angular/router": "^6.0.1",
24-
"angular-datatables": "^5.0.0",
24+
"angular-datatables": "^6.0.0",
2525
"angular2-highlight-js": "^6.0.1-alpha",
2626
"core-js": "^2.5.4",
2727
"datatables.net": "^1.10.16",

deploy-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro
2626

2727
info "Building documentation..."
2828
cd $cwd/demo
29-
yarn run build:prod
29+
npm run build:prod
3030

3131
info "Copying the doc folder to /tmp"
3232
rm -rf /tmp/angular-datatables-demo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "Angular directive for DataTables",
55
"scripts": {
66
"build": "npm run clean && npm run compile && npm run bundles",

0 commit comments

Comments
 (0)