Skip to content

Commit

Permalink
update all engines spec in prep for Node 4 deprecating (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Apr 14, 2018
1 parent 0e47a89 commit 8cf50bb
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/electrode-io/electrode.git"
},
"engines": {
"node": ">= 4 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
},
"private": true,
"license": "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/electrode-archetype-react-app-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"prettier": "^1.4.4"
},
"engines": {
"node": ">= 6 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
}
}
4 changes: 2 additions & 2 deletions packages/electrode-archetype-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"winston": "^2.3.1"
},
"engines": {
"node": ">= 6 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
},
"nyc": {
"all": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/electrode-archetype-react-component-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"xsh": "^0.3.2"
},
"engines": {
"node": ">= 6 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
}
}
4 changes: 2 additions & 2 deletions packages/electrode-archetype-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"electrode-archetype-opt-react": "^1.0.0"
},
"engines": {
"node": ">= 6 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"electrode-archetype-react-component-dev": "^5.0.0"
},
"engines": {
"node": ">= 4",
"node": ">= 6",
"npm": ">= 3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"repository": {},
"license": "ISC",
"engines": {
"node": ">= 4 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
},
"scripts": {
"build": "clap build",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-electrode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">= 4 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
},
"nyc": {
"all": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mocha": "^3.2.0"
},
"engines": {
"node": ">= 4 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
}
}
4 changes: 2 additions & 2 deletions samples/demo-component/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/demo-app"
},
"engines": {
"node": "^4.x.x || ^6.x.x || ^7.x.x",
"npm": ">= 3.x.x"
"node": ">= 6",
"npm": ">= 3"
},
"scripts": {
"prestart": "clap build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"xclap": "^0.2.0"
},
"engines": {
"node": ">= 4",
"node": ">= 6",
"npm": ">= 3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions samples/stylus-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">= 4 <= 8",
"npm": ">= 3 <= 5"
"node": ">= 6",
"npm": ">= 3"
},
"scripts": {
"prestart": "clap build",
Expand Down

0 comments on commit 8cf50bb

Please sign in to comment.