add ignore file & changed start npm script

This commit is contained in:
Jarvin
2016-04-12 00:14:33 +08:00
parent 4587517ee4
commit 4bc9c4c984
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
*.log

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node --harmony-proxies ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",