Skip to content

Commit

Permalink
fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Jan 15, 2017
1 parent f04e8a2 commit 497d2ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"reflect-metadata": "0.1.8",
"rimraf": "^2.4.4",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.12",
"rxjs": "5.0.1",
"semantic-release": "^4.3.5",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
Expand All @@ -81,7 +81,7 @@
"typescript": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"zone.js": "^0.6.25"
"zone.js": "^0.7.2"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -109,9 +109,9 @@
"jquery": "npm:jquery@^2.2.1",
"materialize-css": "npm:materialize-css@^0.97.8",
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:[email protected].0-beta.12",
"rxjs": "npm:[email protected].1",
"typescript": "npm:typescript@^2.0.3",
"zone.js": "npm:zone.js@^0.6.25"
"zone.js": "npm:zone.js@^0.7.2"
},
"overrides": {
"npm:[email protected]": {
Expand Down

0 comments on commit 497d2ad

Please sign in to comment.