Skip to content

Commit

Permalink
Update util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalTemel committed Feb 17, 2017
1 parent 7f6d8f1 commit 8e6fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Expand Up @@ -33,7 +33,7 @@ function getLevelDOWN () {
, leveldownVersion

try {
leveldownVersion = require('leveldown/package').version
leveldownVersion = require('leveldown/package.json').version
} catch (e) {
throw requireError(e)
}
Expand Down

0 comments on commit 8e6fbc6

Please sign in to comment.