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

support node4 #16

Merged
merged 9 commits into from
Feb 21, 2018
Merged

support node4 #16

merged 9 commits into from
Feb 21, 2018

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Feb 21, 2018

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 rename src/bin.js to src/index.js.

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",
Copy link
Member

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

Copy link
Member

@hzoo hzoo left a comment

Choose a reason for hiding this comment

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

otherwise looks good

@hiroppy
Copy link
Member Author

hiroppy commented Feb 21, 2018

@hzoo Updated:)

@hzoo
Copy link
Member

hzoo commented Feb 21, 2018

Haha we need babel-core too right..

@hiroppy
Copy link
Member Author

hiroppy commented Feb 21, 2018

@hzoo Is this okay? b1dd1ec

@hzoo
Copy link
Member

hzoo commented Feb 21, 2018

Yeah in order to know this actually works we need to add travis, so I did that ^, lets see

@hiroppy
Copy link
Member Author

hiroppy commented Feb 21, 2018

Thanks for adding Travis;)

@hzoo hzoo merged commit 72ba457 into babel:master Feb 21, 2018
@hzoo
Copy link
Member

hzoo commented Feb 21, 2018

finally.. 😄

@hiroppy hiroppy deleted the feature/support-node-4 branch February 21, 2018 21:55
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.

None yet

2 participants