Merge branch 'issue/409' into 'develop'
Fixed #409
Showing
with
64 additions
and
62 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -31,8 +31,7 @@ | 
| "winston": "~1.0.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
| "debug": "node debug app.js", | ||
| "start": "forever start app.js", | ||
| "test": "mocha test/test-helper.js test/**/*-spec.js", | ||
| "test:watch": "npm run test -- --reporter min --watch" | ||
| }, | ||
| ... | ... | @@ -41,7 +40,7 @@ | 
| "type": "git", | ||
| "url": "http://scm.ujaen.es/softuno/pictogram.git" | ||
| }, | ||
| "author": "emblanco, amontejo", | ||
| "author": "Yottacode", | ||
| "license": "", | ||
| "devDependencies": { | ||
| "chai": "^3.5.0", | ||
| ... | ... | 
Please
register
or
sign in
to comment