Commit 9f6bceb8 authored by Evan You's avatar Evan You

add engines field

parent e6665464
......@@ -10,6 +10,10 @@
"build:client": "cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
"build:server": "cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
},
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
},
"dependencies": {
"compression": "^1.6.2",
"es6-promise": "^3.2.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment