Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Relax required Node version to include Node v4
Travis is already setup to test with Node.js v4, however, the node engine property in package.json requests Node v6. npm will log a warning when it encounters an engine property that doesn't match, but yarn will fail the install.
- Loading branch information