Skip to content

Commit

Permalink
Fixes test task
Browse files Browse the repository at this point in the history
  • Loading branch information
rjz committed Dec 1, 2014
1 parent c047f24 commit 7922796
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"version": "0.0.3",
"description": "Codename generator",
"main": "index.js",
"repository": "git://[email protected]:rjz/codename.git",
"repository": {
"type": "git",
"url": "https://github.com/rjz/codename"
},
"bin": {
"codename": "./bin/codename"
},
"scripts": {
"lint": "node_modules/jshint/bin/jshint",
"test": "npm run lint && ./node_modules/jasmine-node/bin/jasmine-node test",
"test": "npm run lint && NODE_ENV=test ./node_modules/jasmine-node/bin/jasmine-node test",
"cover": "NODE_ENV=test istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"docs": "node -e 'require(\"./tasks\").docs([\"index.js\"])'"
},
Expand All @@ -31,3 +34,4 @@
"scrawl": "0.0.5"
}
}

0 comments on commit 7922796

Please sign in to comment.