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

add engines version #7

Closed
wants to merge 2 commits into from
Closed

Conversation

skt-t1-byungi
Copy link

parcel-bundler/parcel#13

Adding package engines can help with transpile.

@xobotyi
Copy link
Owner

xobotyi commented Nov 1, 2019

Why exactly >= 9?
async/await been introduced to node in 7.6.0

@skt-t1-byungi
Copy link
Author

Sorry. Not strictly. PR what I fixed for my pkg. If strict, then >= 6.4, which supports arrow function, is likely to be correct.

@xobotyi
Copy link
Owner

xobotyi commented Mar 4, 2020

Closing in favor of 56e8fab

@xobotyi xobotyi closed this Mar 4, 2020
xobotyi pushed a commit that referenced this pull request Mar 4, 2020
# [2.0.0](v1.3.1...v2.0.0) (2020-03-04)

### Bug Fixes

* fix build; ([9ec99fa](9ec99fa))
* fix throw error in readme example; ([2eedd47](2eedd47))

### Features

* rework the module. ([bf947c3](bf947c3)), closes [#9](#9) [#15](#15)
* specify minimal node version as requested in [#7](#7) ([56e8fab](56e8fab))

### BREAKING CHANGES

* now module has default export only.
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