-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
support node4 #16
support node4 #16
Conversation
package.json
Outdated
@@ -22,6 +30,10 @@ | |||
"write-pkg": "^3.1.0" | |||
}, | |||
"devDependencies": { | |||
"@babel/cli": "^7.0.0-beta.40", | |||
"@babel/core": "^7.0.0-beta.40", | |||
"@babel/polyfill": "^7.0.0-beta.40", |
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.
this will need to be a dep
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.
otherwise looks good
8823ad4
to
0c301d4
Compare
@hzoo Updated:) |
0c301d4
to
89057c8
Compare
Haha we need babel-core too right.. |
Yeah in order to know this actually works we need to add travis, so I did that ^, lets see |
Thanks for adding Travis;) |
finally.. 😄 |
Fixed #13.
Make use of
@babel/preset-env
and specify Node4.I do not think the name of
src/bin.js
is very good.So I want to change the name of
src/index.js
and renamesrc/bin.js
tosrc/index.js
.