Skip to content

Commit

Permalink
fix(package): lock symbol-observable to 1.0.4
Browse files Browse the repository at this point in the history
PR #234

Next version up is 1.1.0 which causes tsc to fail compilation with
error TS2451: Cannot redeclare block-scoped variable 'Symbol'.

Appears to be related to benlesh/symbol-observable#34
  • Loading branch information
siassaj authored and staltz committed Dec 12, 2017
1 parent 543e9b5 commit 9de613a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/staltz/xstream#readme",
"dependencies": {
"symbol-observable": "^1.0.4"
"symbol-observable": "1.0.4"
},
"devDependencies": {
"@types/mocha": "^2.2.40",
Expand Down

0 comments on commit 9de613a

Please sign in to comment.