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 @@ | ... | @@ -31,8 +31,7 @@ |
"winston": "~1.0.0" | "winston": "~1.0.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "node app.js", | "start": "forever start app.js", | ||
"debug": "node debug app.js", | |||
"test": "mocha test/test-helper.js test/**/*-spec.js", | "test": "mocha test/test-helper.js test/**/*-spec.js", | ||
"test:watch": "npm run test -- --reporter min --watch" | "test:watch": "npm run test -- --reporter min --watch" | ||
}, | }, | ||
... | @@ -41,7 +40,7 @@ | ... | @@ -41,7 +40,7 @@ |
"type": "git", | "type": "git", | ||
"url": "http://scm.ujaen.es/softuno/pictogram.git" | "url": "http://scm.ujaen.es/softuno/pictogram.git" | ||
}, | }, | ||
"author": "emblanco, amontejo", | "author": "Yottacode", | ||
"license": "", | "license": "", | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
... | ... |
Please
register
or
sign in
to comment