Skip to content

Commit

Permalink
Merge pull request #393 from junedkazi/STRF-4930-deprecate-node-4
Browse files Browse the repository at this point in the history
Deprecate support for node 4.x
  • Loading branch information
junedkazi authored Jun 5, 2018
2 parents 4afdd4f + 1ead058 commit c5f8d22
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 c5f8d22

Please sign in to comment.