Merge pull request #65 from antcook/patch-2

Update package.json
This commit is contained in:
Sébastien Chopin 2016-12-13 13:53:39 +01:00 committed by GitHub
commit ec581ce924
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"description": "",
"dependencies": {
"body-parser": "^1.15.2",
"cross-env": "^3.1.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"nuxt": "latest",
@ -11,6 +12,6 @@
"scripts": {
"dev": "node server.js",
"build": "nuxt build",
"start": "NODE_ENV=production node server.js"
"start": "cross-env NODE_ENV=production & node server.js"
}
}