Skip to content

Commit

Permalink
chore: release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed May 11, 2018
1 parent a5fdf2e commit 949b9f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables-demo",
"version": "6.0.0-dev",
"version": "6.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -21,7 +21,7 @@
"@angular/platform-browser": "^6.0.1",
"@angular/platform-browser-dynamic": "^6.0.1",
"@angular/router": "^6.0.1",
"angular-datatables": "^5.0.0",
"angular-datatables": "^6.0.0",
"angular2-highlight-js": "^6.0.1-alpha",
"core-js": "^2.5.4",
"datatables.net": "^1.10.16",
Expand Down
2 changes: 1 addition & 1 deletion deploy-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro

info "Building documentation..."
cd $cwd/demo
yarn run build:prod
npm run build:prod

info "Copying the doc folder to /tmp"
rm -rf /tmp/angular-datatables-demo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-datatables",
"version": "6.0.0-dev",
"version": "6.0.0",
"description": "Angular directive for DataTables",
"scripts": {
"build": "npm run clean && npm run compile && npm run bundles",
Expand Down

0 comments on commit 949b9f0

Please sign in to comment.