Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
tap -> tape + faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed May 4, 2015
1 parent 2cbc7fb commit 8015e08
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,25 @@
},
"devDependencies": {
"async": "~0.9.0",
"bustermove": "~0.4.1",
"bustermove": "~1.0.0",
"delayed": "~1.0.1",
"du": "~0.1.0",
"faucet": "~0.0.1",
"leveldown": "~1.0.0",
"memdown": "~1.0.0",
"msgpack-js": "~0.3.0",
"referee": "~1.1.1",
"rimraf": "~2.3.2",
"tap": "~0.4.13",
"slow-stream": "0.0.4"
"slow-stream": "0.0.4",
"tape": "~4.0.0"
},
"browser": {
"leveldown": false,
"leveldown/package": false,
"semver": false
},
"scripts": {
"test": "tap test/*-test.js --stderr"
"test": "tape test/*-test.js | faucet"
},
"license": "MIT"
}

0 comments on commit 8015e08

Please sign in to comment.