Skip to content

Commit

Permalink
chore(package): update deps (#1646)
Browse files Browse the repository at this point in the history
* fix(package): fix Node 8 install problems

I had some problems with the outdated dependencies.

* Update package.json
  • Loading branch information
danielsogl authored and ihadeed committed Jun 3, 2017
1 parent 268e224 commit dd7098d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@types/cordova": "0.0.34",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.18",
"@types/jasmine": "^2.5.51",
"@types/node": "^7.0.27",
"canonical-path": "0.0.2",
"child-process-promise": "2.2.1",
"conventional-changelog-cli": "1.3.1",
Expand Down Expand Up @@ -43,7 +43,7 @@
"semver": "5.3.0",
"tslint": "3.15.1",
"tslint-ionic-rules": "0.0.8",
"typescript": "2.3.3",
"typescript": "2.3.4",
"zone.js": "^0.8.11"
},
"scripts": {
Expand Down

0 comments on commit dd7098d

Please sign in to comment.