Skip to content

Commit

Permalink
Merge pull request #420 from mcl-de/master
Browse files Browse the repository at this point in the history
Add .json file ending to leveldown package
  • Loading branch information
ralphtheninja committed Mar 2, 2017
2 parents a38b7dd + 8e6fbc6 commit 3abe2fa
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 3abe2fa

Please sign in to comment.