File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ From adding an issue for a documentation suggestion to creating a pull request:
5
5
## Setup
6
6
7
7
* Install [ Node.js] ( https://nodejs.org/ ) if you have not already.
8
- * Note: Node 4-6 is required for "best results".* . Node 7 may have issues!
8
+ * Note: Node 6.9. * is required for "best results".* . Node 7 may have issues!
9
9
* Fork the ** webpack.js.org** repo at [ https://github.com/webpack/webpack.js.org ] ( https://github.com/webpack/webpack.js.org ) .
10
10
* ` git clone <your-clone-url> && cd webpack.js.org `
11
11
* ` npm install `
Original file line number Diff line number Diff line change 20
20
"bugs" : {
21
21
"url" : " https://github.com/webpack/webpack.js.org/issues"
22
22
},
23
+ "engines" : {
24
+ "node" : " >=6.9"
25
+ },
23
26
"scripts" : {
24
27
"start" : " npm run init:generated && node ./bootstrap.js" ,
25
28
"build" : " npm run init:generated && rm -rf build/ && node ./bootstrap.js && npm run sitemap && echo webpack.js.org > build/CNAME" ,
You can’t perform that action at this time.
0 commit comments