Skip to content

node 0.10 compatibility #55

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

Merged
merged 2 commits into from
Aug 2, 2016
Merged

node 0.10 compatibility #55

merged 2 commits into from
Aug 2, 2016

Conversation

zoltan-mihalyi
Copy link
Contributor

The task runs in node 0.10 after replacing const expressions to var.

@paazmaya
Copy link
Contributor

Could you add it also in Travis list of versions?

@@ -45,7 +45,7 @@
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0"
"grunt-eslint": "^18.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why going back one version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The eslint task is not ES5 compatible in the 19.0 and it does not work in node 0.10.
If the eslint task could be skipped when running on older node versions this wouldn't be a problem, but I think this is the easiest solution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is the problem:
sindresorhus/grunt-eslint@d0ff942

@paazmaya paazmaya merged commit 09bf462 into jribble:master Aug 2, 2016
@paazmaya
Copy link
Contributor

paazmaya commented Aug 2, 2016

Thank you for your effort!

@zoltan-mihalyi
Copy link
Contributor Author

your welcome!

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.

2 participants