From ac5e08311e689262da549bda4ee342541b24d118 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 28 Feb 2015 17:53:23 -0500 Subject: [PATCH] bencode@0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9359f3b..cfbba32 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "url": "https://github.com/feross/bittorrent-tracker/issues" }, "dependencies": { - "bencode": "^0.6.0", "bn.js": "^1.0.0", + "bencode": "^0.7.0", "buffer-equal": "0.0.1", "compact2string": "^1.2.0", "debug": "^2.0.0",