Skip to content

Commit

Permalink
chore: fresh Yarn install + remove node 6 support
Browse files Browse the repository at this point in the history
* 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
danielweck authored and rdeltour committed Jun 21, 2019
1 parent 90ec9d9 commit f2d64b0
Show file tree
Hide file tree
Showing 3 changed files with 2,072 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"targets": {
"node": [
"6"
"8"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- node
- lts/*
- 6
- 8
addons:
apt:
packages:
Expand Down
Loading

0 comments on commit f2d64b0

Please sign in to comment.