Skip to content

Commit

Permalink
Deprecate support for node 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Juned Kazi committed Jun 5, 2018
1 parent 4afdd4f commit 1ead058
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ os:
- linux
- osx
node_js:
- 4
- 6
- 8
cache:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
platform:
- x86
- x64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 1ead058

Please sign in to comment.