Browse Source

make implicit explicit

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
d26b37cebc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@@ -6,7 +6,8 @@
"author": "Guillaume Vincent <guillaume@oslab.fr>", "author": "Guillaume Vincent <guillaume@oslab.fr>",
"repository": "lesspass/frontend", "repository": "lesspass/frontend",
"scripts": { "scripts": {
"build": "rm -rf dist && gulp && rm dist/index.html"
"build": "rm -rf dist && gulp && rm dist/index.html",
"start": "NODE_ENV=production node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.14.0", "express": "^4.14.0",


Loading…
Cancel
Save