Merge pull request #2 from Jarvin-Guan/master

add ignore file & changed start npm script
This commit is contained in:
Sky
2016-04-12 09:59:06 +08:00
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",