Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fresh Yarn install + remove node 6 support
* Fresh Yarn install (rm -rf node_modules && yarn) which basically consists in yarn upgrade (semantic versioning minor updates) * Min NodeJS runtime from 6 to 8, see #232 * NodeJS runtime at TravisCI from 6 to 8 * Yarn lock refreshed, yarn cache clean && rm -rf packages/*/lib && rm -rf node_modules && rm -rf packages/*/node_modules && rm yarn.lock && yarn install && yarn build && yarn test
- Loading branch information