Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 25, 2016
1 parent 0cf2be3 commit a0e8be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"mocha-lcov-reporter": "~1.2.0",
"multiline": "~1.0.2",
"rimraf": "~2.3.2",
"standard": "~6.0.8",
"standard": "~6.0.8"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"pretest": "standard",
"test": "mocha",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
"test": "mocha"
},
"license": "MIT"
}

0 comments on commit a0e8be7

Please sign in to comment.