Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Object.keys as Object.values is not supported in node<7
Object.values was introduced in 138b101 and it is not supported in node.js until version 7, so it's a mismatch with what's declared in the `engines` section of package.json (node >= 6).
- Loading branch information