Procházet zdrojové kódy

make implicit explicit

pull/342/head
Guillaume Vincent před 8 roky
rodič
revize
d26b37cebc
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      package.json

+ 2
- 1
package.json Zobrazit soubor

@@ -6,7 +6,8 @@
"author": "Guillaume Vincent <guillaume@oslab.fr>",
"repository": "lesspass/frontend",
"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": {
"express": "^4.14.0",


Načítá se…
Zrušit
Uložit