pkg: fix level-js dep.

This commit is contained in:
Christopher Jeffrey 2017-06-26 17:49:59 -07:00
parent 7ab6818210
commit 32fb5e9d1b
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -45,7 +45,7 @@
"eslint": "^4.1.0", "eslint": "^4.1.0",
"hash.js": "^1.0.3", "hash.js": "^1.0.3",
"jsdoc": "^3.4.3", "jsdoc": "^3.4.3",
"level-js": "2.2.4", "level-js": "^2.2.4",
"mocha": "^3.4.1", "mocha": "^3.4.1",
"webpack": "^3.0.0" "webpack": "^3.0.0"
}, },