Skip to content

Commit

Permalink
feat(dependency): use angular-cli 1.5.0-beta.4, remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Oct 10, 2017
1 parent 491aa62 commit ebccc76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "~1.4.0-rc.2",
"@angular/cli": "1.5.0-beta.4",
"@angular/compiler-cli": "^5.0.0-rc.1",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
Expand Down
3 changes: 1 addition & 2 deletions src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"module": "es2015",
"baseUrl": "",
"types": [
"node",
"node-uuid"
"node"
]
},
"exclude": [
Expand Down
3 changes: 1 addition & 2 deletions src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"baseUrl": "",
"types": [
"jasmine",
"node",
"node-uuid"
"node"
]
},
"files": [
Expand Down

0 comments on commit ebccc76

Please sign in to comment.