[Pkg-javascript-commits] [node-miller-rabin] 17/37: package: move bn.js from peer deps to normal

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:20:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-miller-rabin.

commit 4584f56313bb4b8c99288909b858cbdf58a10a2a
Author: Fedor Indutny <fedor at indutny.com>
Date:   Fri Jan 2 19:50:44 2015 +0300

    package: move bn.js from peer deps to normal
---
 package.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/package.json b/package.json
index fba1fd1..7f6d681 100644
--- a/package.json
+++ b/package.json
@@ -22,13 +22,10 @@
   },
   "homepage": "https://github.com/indutny/miller-rabin",
   "devDependencies": {
-    "bn.js": "^0.15.0",
     "mocha": "^2.0.1"
   },
-  "peerDependencies": {
-    "bn.js": "^0.15.0"
-  },
   "dependencies": {
+    "bn.js": "^0.16.0",
     "brorand": "^1.0.1"
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-miller-rabin.git



More information about the Pkg-javascript-commits mailing list