Skip to content

Commit 86aa4d2

Browse files
author
Joe Bottigliero
committed
Specify node engine version requirement in package.json
1 parent 964dc76 commit 86aa4d2

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
@@ -20,6 +20,9 @@
2020
"bugs": {
2121
"url": "https://github.com/webpack/webpack.js.org/issues"
2222
},
23+
"engines": {
24+
"node": ">=6.9"
25+
},
2326
"scripts": {
2427
"start": "npm run init:generated && node ./bootstrap.js",
2528
"build": "npm run init:generated && rm -rf build/ && node ./bootstrap.js && npm run sitemap && echo webpack.js.org > build/CNAME",

0 commit comments

Comments
 (0)