Skip to content

Commit

Permalink
remove expresso, insert tap
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 15, 2016
1 parent 240df62 commit 682406e
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 303 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@
"nan": "^2.3.4"
},
"devDependencies": {
"expresso": ">=0.6.0",
"binary": ">=0.1.7",
"put": ">=0.0.5"
"put": "~0.0.5",
"tap": "~5.7.2"
},
"license": "MIT",
"engine": {
"node": ">=0.8.0"
},
"scripts": {
"install": "node-gyp configure build",
"test": "expresso"
"test": "tap test/*.js"
},
"contributors": [
"James Halliday <[email protected]>"
Expand Down
Loading

0 comments on commit 682406e

Please sign in to comment.