소스 검색

make implicit explicit

pull/342/head
Guillaume Vincent 8 년 전
부모
커밋
d26b37cebc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      package.json

+ 2
- 1
package.json 파일 보기

@@ -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",


불러오는 중...
취소
저장