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

refactor(package): use Object.assign instead of object-assign dependency #19

Merged
merged 1 commit into from
Nov 11, 2018

Conversation

yoshinorin
Copy link
Member

Proposal

Use Object.assign instead of object-assign package

Reason

Node.js 4 and up can be use Object.assign() instead of object-assign npm package.
This repository is already set node engine higher than 6.9.0 .
So, it can use Object.assign() .

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling faa9485 on YoshinoriN:delete-object-assign-dependency into 71e15be on hexojs:master.

@tomap tomap merged commit 8640e4d into hexojs:master Nov 11, 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