Skip to content

Commit

Permalink
browserify fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 2, 2013
1 parent 2fed68c commit 80822a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -16,13 +16,16 @@
, "url" : "https://github.com/rvagg/node-memdown.git"
}
, "dependencies" : {
"abstract-leveldown" : "~0.7.0"
"abstract-leveldown" : "~0.7.4"
, "bops" : "~0.0.6"
}
, "devDependencies" : {
"tape" : "*"
, "rimraf" : "*"
}
, "browser" : {
"rimraf" : false
}
, "scripts" : {
"test" : "node ./test.js --stderr"
}
Expand Down

0 comments on commit 80822a7

Please sign in to comment.