Skip to content

Commit

Permalink
Pin version of angular-common and angular-cli
Browse files Browse the repository at this point in the history
To avoid discrepancies between versions of libraries
  • Loading branch information
yannickglt authored Feb 10, 2017
1 parent 16d4b06 commit 7148a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"private": true,
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/core": "2.1.0",
"@angular/forms": "2.1.0",
Expand All @@ -37,7 +37,7 @@
"zone.js": "^0.6.23"
},
"devDependencies": {
"@angular/compiler-cli": "2.2.3",
"@angular/compiler-cli": "2.1.0",
"@types/jasmine": "^2.2.30",
"@types/body-parser": "0.0.29",
"@types/cookie-parser": "^1.3.29",
Expand Down

0 comments on commit 7148a9f

Please sign in to comment.