-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependencies #8
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
Conversation
twada
left a comment
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.
.travis.yml 以外は LGTM です!
| - "4" | ||
| - "5" | ||
| - "6" | ||
| - "7" |
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.
サポートの切れた Node5 を外し、代わりに Node8 を入れましょう
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.
airbnb/enzymeに参考となるcommitがあったのでやってみます
| "lint": "jshint lib test", | ||
| "test": "npm run lint && mocha --require intelli-espower-loader", | ||
| "lint": "eslint 'lib/**' 'test/**'", | ||
| "pretest": "npm run lint", |
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.
pretest いいですね! 👍
remove deprecated version append latest node version
|
LGTM 👍 |
|
ありがとうございました! 👍 |
No description provided.