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

replace Object.values #17

Merged
merged 1 commit into from
Aug 24, 2018
Merged

Conversation

eleith
Copy link
Contributor

@eleith eleith commented Jun 7, 2018

This PR contains a:

  • [ x] bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

the package.json claims this module will run in node 6.*, however the code user Object.values here: https://github.com/nuxt/webpackbar/blob/master/src/index.js#L32

this will cause builds to fail in node 6.* environments because Object.values is not supported.

Additional Info

i didn't add any tests as the way to test this will require updating your circleci configurations to run tests in a node 6.* environment. i'm not familiar with the circle.yml and this could be added in a separate update

@pi0 pi0 merged commit d004bb6 into unjs:master Aug 24, 2018
@pi0
Copy link
Member

pi0 commented Aug 24, 2018

Thanks @eleith & Sorry for late merge

@gluons
Copy link

gluons commented Nov 10, 2018

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.

3 participants