Skip to content

Commit

Permalink
proper peer dependencies & version bump for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 7, 2013
1 parent 1e87392 commit f11db94
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -21,18 +21,21 @@
, "storage"
, "json"
]
, "version" : "0.7.0-b00"
, "version" : "0.7.0-b01"
, "main" : "lib/levelup.js"
, "dependencies" : {
"leveldown" : "~0.1.2"
, "errno" : "~0.0.3"
"errno" : "~0.0.3"
, "concat-stream" : "~0.1.1"
, "simple-bufferstream" : "~0.0.2"
, "xtend" : "~2.0.3"
, "externr" : "~0.0.1"
}
, "peerDependencies" : {
"leveldown" : "~0.2.0-b01"
}
, "devDependencies" : {
"buster" : "*"
"leveldown" : "~0.2.0-b01"
, "buster" : "*"
, "rimraf" : "*"
, "async" : "*"
, "fstream" : "*"
Expand Down

0 comments on commit f11db94

Please sign in to comment.