Skip to content

Commit

Permalink
Merge pull request #6 from videogular/develop
Browse files Browse the repository at this point in the history
chore(package): Depend on specific versions of libraries
  • Loading branch information
Orestes Carracedo committed Jan 31, 2016
2 parents 4c62dfa + 69d3b81 commit 98c695c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact = true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"angular2": "2.0.0-beta.1",
"es6-shim": "^0.33.3",
"es6-shim": "0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10"
Expand All @@ -27,11 +27,11 @@
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"remap-istanbul": "0.5.1",
"semantic-release": "^4.3.5",
"semantic-release": "4.3.5",
"systemjs": "0.19.16",
"traceur": "0.0.96",
"tsd": "0.6.5",
"typescript": "^1.7.5"
"typescript": "1.7.5"
},
"scripts": {
"start": "npm run test",
Expand Down

0 comments on commit 98c695c

Please sign in to comment.