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 55d7b75 commit 7952bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -16,17 +16,14 @@
},
"main": "index.js",
"scripts": {
"test": "bash test.sh"
"test": "dotest"
},
"tonicExampleFilename": "example.js",
"dependencies": {
"httpreq": "^0.4.22"
},
"devDependencies": {
"coveralls": "^2.11.11",
"dotest": "^1.12.4",
"eslint": "^3.1.0",
"istanbul": "^0.4.4"
"dotest": "^1.13.0"
},
"engines": {
"node": ">=4.0.0"
Expand All @@ -40,4 +37,4 @@
"wallet"
],
"license": "Unlicense"
}
}
14 changes: 0 additions & 14 deletions test.sh

This file was deleted.

0 comments on commit 7952bb9

Please sign in to comment.