Skip to content

Commit c2674ff

Browse files
committed
Merge pull request #176 from maraoz/fix/leveldown-dependency
fix leveldown version problem
2 parents a582fda + 515dc27 commit c2674ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"connect-ratelimit": "git://github.com/dharmafly/connect-ratelimit.git#0550eff209c54f35078f46445000797fa942ab97",
6262
"express": "~3.4.7",
6363
"glob": "*",
64-
"leveldown": "*",
65-
"levelup": "*",
64+
"leveldown": "~0.10.0",
65+
"levelup": "~0.19.0",
6666
"moment": "~2.5.0",
6767
"preconditions": "^1.0.7",
6868
"should": "~2.1.1",

0 commit comments

Comments
 (0)