Skip to content

Commit

Permalink
fix: update decaffeinate-parser dependency to keep coffee-lex in sync (
Browse files Browse the repository at this point in the history
…#569)

decaffeinate and decaffeinate-parser need to share the same coffee-lex instance
or else singleton comparisons will fail, so this commit forces both decaffeinate
and decaffeinate-parser to depend on coffee-lex 4.x so they can use the same
instance.
  • Loading branch information
alangpierce committed Nov 27, 2016
1 parent 9ddd89f commit 22e704d
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 @@ -37,7 +37,7 @@
"babylon": "^6.12.0",
"coffee-lex": "^4.2.0",
"decaffeinate-coffeescript": "^1.10.0-patch5",
"decaffeinate-parser": "^2.1.0",
"decaffeinate-parser": "^2.1.1",
"detect-indent": "^4.0.0",
"esnext": "^3.0.6",
"lines-and-columns": "^1.1.5",
Expand Down

0 comments on commit 22e704d

Please sign in to comment.