Skip to content

Commit

Permalink
fix(npm): add tsd as a dev dependency because of a bug in ng2 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 7, 2016
1 parent 2e056f5 commit ed3be70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"zone.js": "~0.5.10"
},
"devDependencies": {
"angular2": "~2.0.0-beta.0",
"angular2": "2.0.0-beta.3",
"commitizen": "~2.4.6",
"cz-conventional-changelog": "~1.1.4",
"es6-promise": "~3.0.2",
Expand All @@ -51,8 +51,9 @@
"semantic-release": "~4.3.5",
"systemjs": "~0.19.6",
"systemjs-builder": "^0.15.6",
"tsd": "^0.6.5",
"typescript": "~1.7.3",
"zone.js": "~0.5.10"
"zone.js": "0.5.11"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit ed3be70

Please sign in to comment.