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