We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e666546 commit 9f6bcebCopy full SHA for 9f6bceb
package.json
@@ -10,6 +10,10 @@
10
"build:client": "cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
11
"build:server": "cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
12
},
13
+ "engines": {
14
+ "node": ">=6.0",
15
+ "npm": ">=3.0"
16
+ },
17
"dependencies": {
18
"compression": "^1.6.2",
19
"es6-promise": "^3.2.1",
0 commit comments