Skip to content

Commit d86f774

Browse files
Kikobeatsjavivelasco
authored andcommitted
Lock node version on package.json (react-toolbox#1394)
* Lock node version on package.json * Update package.json
1 parent 6bb2fc6 commit d86f774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
"webpack-dev-middleware": "^1.10.0",
9393
"webpack-hot-middleware": "^2.16.1"
9494
},
95+
"engines": {
96+
"node": ">= 6"
97+
},
9598
"scripts": {
9699
"babel": "babel ./components --out-dir ./lib",
97100
"build": "cross-env NODE_ENV=production gulp && npm run tsd",

0 commit comments

Comments
 (0)