-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
rename coffee-script to coffeescript #56
Conversation
package.json
Outdated
@@ -45,7 +45,7 @@ | |||
"devDependencies": { | |||
"ansi-magenta": "^0.1.1", | |||
"benchmarked": "^2.0.0", | |||
"coffee-script": "^1.12.7", | |||
"coffeescript": "^2.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please set this as version ^1.12.7
since the newer version of coffeescript
is failing on older versions of node.
package.json
Outdated
@@ -58,7 +58,7 @@ | |||
"keywords": [ | |||
"assemble", | |||
"coffee", | |||
"coffee-script", | |||
"coffeescript", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep the old name along with the new name in the keywords
@inickel just a couple of changes requested then I think this is good to go. Thanks for the PR! FYI... since the issue was being caused by another dependency in |
@doowb fixed |
#vuejs/vue-cli#657
#55