Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Feb 2, 2018
1 parent 5424bbf commit e5e8910
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "bagpipes",
"version": "0.1.0",
"version": "0.1.1",
"description": "Less code, more flow. Let's dance!",
"main": "lib/index.js",
"scripts": {
"test": "mocha test",
"start": "node server.js"
"test": "node_modules/mocha/bin/_mocha -u exports -R spec test",
"coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -u exports -R spec test",
"coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,10 +39,5 @@
"mocha-lcov-reporter": "^1.0.0",
"should": "^7.1.0",
"supertest": "^1.1.0"
},
"scripts" : {
"test": "node_modules/mocha/bin/_mocha -u exports -R spec test",
"coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -u exports -R spec test",
"coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
}
}

0 comments on commit e5e8910

Please sign in to comment.