Skip to content

Commit

Permalink
feat(demo): update demo app to Angular CLI 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jan 11, 2018
1 parent f139a29 commit 8846d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/demo/_README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <%= projectName %>-demo

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.

## Development server

Expand Down
4 changes: 2 additions & 2 deletions app/templates/demo/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.3",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.9",
"bootstrap": "4.0.0-beta",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
Expand All @@ -33,7 +33,7 @@
"@angular/platform-server": "^5.0.0"
},
"devDependencies": {
"@angular/cli": "1.6.0",
"@angular/cli": "1.6.3",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@angularclass/hmr": "~2.1.3",
Expand Down

0 comments on commit 8846d56

Please sign in to comment.