Skip to content

Commit

Permalink
fix(chore): update deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayihu committed Jun 13, 2018
1 parent 9a0a694 commit dceaa00
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 10 deletions.
160 changes: 160 additions & 0 deletions package-lock.json

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

16 changes: 9 additions & 7 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"deploy": "gh-pages -d dist/demo",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand All @@ -25,28 +26,29 @@
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.3",
"@angular-devkit/build-ng-packagr": "~0.6.8",
"@angular-devkit/build-angular": "~0.6.8",
"ng-packagr": "^3.0.0-rc.2",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"typescript": "~2.7.2",
"@angular-devkit/build-ng-packagr": "~0.6.8",
"@angular/cli": "~6.0.8",
"@angular/compiler-cli": "^6.0.3",
"@angular/language-service": "^6.0.3",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"gh-pages": "^1.2.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^3.0.0-rc.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1"
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}
3 changes: 0 additions & 3 deletions projects/ng-animate/package.json
Expand Up @@ -2,9 +2,6 @@
"name": "ng-animate",
"version": "0.3.1",
"description": "A library of cool, reusable and flexible animations for Angular",
"scripts": {
"deploy": "gh-pages -d demo-dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiayihu/ng-animate.git"
Expand Down

0 comments on commit dceaa00

Please sign in to comment.