Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit aa70098

Browse files
committed
Specify node engine version.
Specify the newest version of node at the time to prevent backward compatibility issues.
1 parent 32917a7 commit aa70098

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/simple/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"webpack": "^1.12.9",
4545
"webpack-dev-middleware": "^1.4.0",
4646
"webpack-hot-middleware": "^2.6.0"
47-
}
47+
},
48+
"engine": "node >= 5.7.1"
4849
}

0 commit comments

Comments
 (0)