diff options
author | John McLear <john@mclear.co.uk> | 2014-11-01 16:25:14 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-01 16:25:14 +0000 |
commit | 41b7f99204e2bc1abbf644109d594d460947c8cc (patch) | |
tree | dac41b569513d9f6beeb269053b4581a3055e6d3 /src/package.json | |
parent | 51b9af9df09173140e900c935ab85ac86f3e9fe4 (diff) | |
download | etherpad-lite-41b7f99204e2bc1abbf644109d594d460947c8cc.zip |
Bump resolve
Update dep fixes https://github.com/ether/etherpad-lite/issues/2050
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 11faa9e6..ec618db4 100644 --- a/src/package.json +++ b/src/package.json @@ -14,7 +14,7 @@ "yajsml" : "1.1.6", "request" : "2.9.100", "require-kernel" : "1.0.5", - "resolve" : "0.2.x", + "resolve" : ">=1.0.0", "socket.io" : "0.9.x", "ueberDB" : ">=0.2.6", "express" : "3.1.0", |