Skip to content

Commit

Permalink
use level instead of level-prebuilt. fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jun 29, 2015
1 parent f017347 commit cbe24cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var level = require('level-prebuilt');
var level = require('level');
var has = require('has');
var pump = require('pump');
var fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"has": "^1.0.0",
"level-prebuilt": "^0.18.0-3",
"level": "^1.2.0",
"multileveldown": "^1.1.0",
"pump": "^1.0.0"
},
Expand Down

0 comments on commit cbe24cb

Please sign in to comment.