Skip to content

Commit

Permalink
Pin zone.js dependency to avoid a known error.
Browse files Browse the repository at this point in the history
See angular/zone.js#287 for more details,
including the solution I used here.

Signed-off-by: Josh Black <raskchanky@gmail.com>
  • Loading branch information
raskchanky committed Nov 29, 2016
1 parent 9bf0ccc commit 8b8dc70
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions builder-web/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"symbol-observable": "^1.0.1",
"typescript": "^1.8.10",
"whatwg-fetch": "^0.11.0",
"zone.js": "^0.6.12"
"zone.js": "git://github.com/angular/zone.js.git#a8ea55"
},
"devDependencies": {
"assertion-error": "^1.0.1",
Expand Down

0 comments on commit 8b8dc70

Please sign in to comment.