Skip to content

Commit

Permalink
Merge pull request #26 from Level/greenkeeper/initial
Browse files Browse the repository at this point in the history
greenkeeper init
  • Loading branch information
ralphtheninja committed Aug 14, 2017
2 parents 0b7a205 + f7dced0 commit cd22dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LevelDOWNHyper
A Low-level Node.js LevelDB binding
-------------------------

[![Build Status](https://secure.travis-ci.org/Level/leveldown-hyper.png)](http://travis-ci.org/Level/leveldown-hyper)
[![Build Status](https://secure.travis-ci.org/Level/leveldown-hyper.png)](http://travis-ci.org/Level/leveldown-hyper) [![Greenkeeper badge](https://badges.greenkeeper.io/Level/leveldown-hyper.svg)](https://greenkeeper.io/)

[![NPM](https://nodei.co/npm/leveldown-hyper.png?stars&downloads&downloadRank)](https://nodei.co/npm/leveldown-hyper/) [![NPM](https://nodei.co/npm-dl/leveldown-hyper.png?months=6&height=3)](https://nodei.co/npm/leveldown-hyper/)

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
],
"main": "leveldown-hyper.js",
"dependencies": {
"abstract-leveldown": "~2.2.1",
"bindings": "~1.2.1",
"abstract-leveldown": "~2.6.2",
"bindings": "~1.3.0",
"fast-future": "~1.0.0",
"nan": "^2.6.2",
"prebuild": "^4.1.1"
"prebuild": "^6.2.1"
},
"devDependencies": {
"du": "~0.1.0",
"faucet": "0.0.1",
"mkfiletree": "~0.0.1",
"mkfiletree": "~1.0.1",
"monotonic-timestamp": "~0.0.8",
"node-uuid": "~1.4.3",
"optimist": "~0.6.1",
"readfiletree": "~0.0.1",
"rimraf": "~2.2.8",
"rimraf": "~2.6.1",
"slump": "~2.0.0",
"tape": "~4.0.0"
"tape": "~4.8.0"
},
"scripts": {
"install": "prebuild --install",
Expand Down

0 comments on commit cd22dd5

Please sign in to comment.