Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Golani committed Apr 29, 2015
1 parent 62ba663 commit b0f9bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "underskore",
"version": "0.0.9",
"version": "0.0.8",
"description": "[Underscore.js](http://underscorejs.org/) and a little more",
"main": "lib/index.js",
"directories": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"lint": "jshint .",
"test": "mocha -r jscoverage -R spec",
"coverage": "mocha -r jscoverage -R mocha-lcov-reporter --covout=html test | ./node_modules/coveralls/bin/coveralls.js && open covreporter/index.html",
"coverage": "mocha -r jscoverage -R mocha-lcov-reporter --covout=html --coverage=95,90,85 test | ./node_modules/coveralls/bin/coveralls.js && open covreporter/index.html",
"prepublish": "npm run lint && npm test && npm run coverage"
},
"repository": {
Expand Down

0 comments on commit b0f9bf5

Please sign in to comment.