Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend on coffee-script 1.7.x #30

Merged
merged 1 commit into from
Aug 2, 2014
Merged

Depend on coffee-script 1.7.x #30

merged 1 commit into from
Aug 2, 2014

Conversation

viveksjain
Copy link

updateSyntaxError is not in coffee-script 1.6.x, so we need to make sure to specify the coffee-script version to 1.7.x. Depending on coffee-script version * can cause a problem if: top level project uses the latest version of node-connect-coffee-script, but also depends on coffee-script 1.6.x. Because of npm's dependency resolution, if it sees "coffee-script" : "*" in node-connect-coffee-script's package.json, it will think this is already satisfied with coffee-script 1.6.x and won't install the latest version. So if there is ever a syntax error, it won't show up properly because updateSyntaxError doesn't exist.

Also, in general I think it is a good idea to depend on a specific minor version of coffee-script because there might be breaking changes across versions that require updating this package.

updateSyntaxError is not in coffee-script 1.6.x, so we need to make sure to specify the coffee-script version.
wdavidw added a commit that referenced this pull request Aug 2, 2014
Depend on coffee-script 1.7.x
@wdavidw wdavidw merged commit 70bd6fb into adaltas:master Aug 2, 2014
@wdavidw
Copy link
Member

wdavidw commented Aug 2, 2014

i agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants