Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove
object.assign
polyfill (#211)
The `package.json` specifies that this project is targeting Node.js >=10. `Object.assign()` has existed in Node.js since v4.0.0 and browsers around Q1 2015. As such, this polyfill is no longer a direct dependency.
- Loading branch information