Skip to content

Commit

Permalink
added tape
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 9, 2013
1 parent 19b3c93 commit 0201c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"leveldown" : "~0.9.0"
, "level-packager" : "~0.17.0"
}
, "devDependencies" : {
"tape" : "*"
}
, "scripts" : {
"test" : "node ./test.js"
}
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require('level-packager/test')(require('./'))
require('level-packager/test')(require('tape'), require('./'))

0 comments on commit 0201c02

Please sign in to comment.