Skip to content

Commit

Permalink
chore: Add node engine>=v5.12.0 to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Jan 21, 2017
1 parent 35c2ca6 commit 0c871fd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/eslint-config-poosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"base.json5",
"mocha.json5",
"node.json5"
]
],
"engines": {
"node": ">=v5.12.0"
}
}
3 changes: 3 additions & 0 deletions packages/poosh-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"bin": {
"poosh": "./bin/poosh.js"
},
"engines": {
"node": ">=v5.12.0"
},
"dependencies": {
"babel-polyfill": "^6.22.0",
"bluebird": "^3.4.7",
Expand Down
3 changes: 3 additions & 0 deletions packages/poosh-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"lib/"
],
"main": "lib/index.js",
"engines": {
"node": ">=v5.12.0"
},
"dependencies": {
"lodash": "^4.17.4",
"ms": "^0.7.2"
Expand Down
3 changes: 3 additions & 0 deletions packages/poosh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"lib/"
],
"main": "lib/index.js",
"engines": {
"node": ">=v5.12.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"crc": "^3.4.4",
Expand Down
3 changes: 3 additions & 0 deletions packages/poosh-plugin-header-location-from-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"lib/"
],
"main": "lib/index.js",
"engines": {
"node": ">=v5.12.0"
},
"dependencies": {
"cheerio": "^0.22.0"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/poosh-plugin-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"lib/"
],
"main": "lib/index.js",
"engines": {
"node": ">=v5.12.0"
},
"dependencies": {
"aws-sdk": "^2.7.27",
"bluebird": "^3.4.7",
Expand Down
3 changes: 3 additions & 0 deletions packages/poosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"main": "bin/poosh.js",
"bin": {
"poosh": "bin/poosh.js"
},
"engines": {
"node": ">=v5.12.0"
}
}

0 comments on commit 0c871fd

Please sign in to comment.