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

ES6 (arrow functions; const>var; let>var); and upgraded all dependencies #43

Closed
wants to merge 1 commit into from

Conversation

SamuelMarks
Copy link

No description provided.

@@ -23,7 +23,7 @@ before_install:
- "npm config set shrinkwrap false"
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.9' || npm rm --save-dev istanbul"
Copy link
Author

Choose a reason for hiding this comment

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

Does this do the full check, or should I write 0.8.9.2?

@dougwilson dougwilson self-assigned this Dec 7, 2017
@dougwilson dougwilson added the pr label Dec 7, 2017
@dougwilson
Copy link
Contributor

Hi @SamuelMarks thanks for taking the time to convert the syntax, but we are happy with the ES5 syntax 👍 especially when it means we can support lots of Node.js versions easily.

@dougwilson dougwilson closed this Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants