Skip to content

Commit

Permalink
temporary fix for angular/angular#13301
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod authored Dec 14, 2016
1 parent 77e69a9 commit 51eb53c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Nhat Nguyen <[email protected]> (https://github.com/ndnhat)",
"Chris Mendis <[email protected]> (https://github.com/chrismendis)",
"Sampo Savolainen <[email protected]> (https://github.com/sampov2)",
"Michał Gołębiowski <[email protected]> (https://github.com/mzgol)",
"Michał Gołębiowski <[email protected]> (https://github.com/mzgol)",
"Haim Litvak <[email protected]>",
"Hannah Fouasnon <[email protected]> (https://github.com/fouasnon)",
"Martin <[email protected]> (https://github.com/malog84)",
Expand All @@ -36,12 +36,12 @@
],
"dependencies": {},
"devDependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/compiler-cli": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/compiler-cli": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "^3.0.0",
"@types/core-js": "^0.9.32",
"@types/jasmine": "^2.2.29",
Expand Down

0 comments on commit 51eb53c

Please sign in to comment.