Skip to content

Commit

Permalink
Chore(package): Replaced test runner and dev deps by dotest
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Aug 26, 2016
1 parent d102da8 commit e14f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@
"httpreq": "^0.4.22"
},
"devDependencies": {
"coveralls": "^2.11.9",
"dotest": "^1.12.4",
"eslint": "^3.0.0",
"istanbul": "^0.4.3"
"dotest": "^1.13.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "bash test.sh"
"test": "dotest"
},
"tonicExampleFilename": "example.js",
"keywords": [
Expand Down
14 changes: 0 additions & 14 deletions test.sh

This file was deleted.

0 comments on commit e14f867

Please sign in to comment.