Skip to content

Commit

Permalink
Remove Node.js 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 7, 2020
1 parent 4cf909f commit 2254698
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ node_js:
- node
- "12"
- "10"
- "8"
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"repository": "ai/size-limit",
"engines": {
"node": ">=8.3.0"
"node": ">=10.0.0"
},
"dependencies": {
"semver": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/size-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "ai/size-limit",
"bin": "bin.js",
"engines": {
"node": ">=8.3.0"
"node": ">=10.0.0"
},
"dependencies": {
"bytes": "^3.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/size-limit",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"estimo": "^2.0.1",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"repository": "ai/size-limit",
"engines": {
"node": ">=8.3.0"
"node": ">=10.0.0"
},
"dependencies": {
"css-loader": "^3.4.0",
Expand Down

0 comments on commit 2254698

Please sign in to comment.