Skip to content

Commit

Permalink
feat(app): Lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jan 31, 2016
1 parent 12059b2 commit deb3fcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"angular2": "2.0.0-beta.1",
"es6-shim": "^0.33.3",
"es7-reflect-metadata": "^1.4.0",
"es6-shim": "0.33.3",
"es7-reflect-metadata": "1.4.0",
"lodash": "^4.0.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "^0.5.10"
"zone.js": "0.5.10"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
Expand Down

0 comments on commit deb3fcd

Please sign in to comment.