[Pkg-javascript-commits] [node-asn1.js] 113/202: package: bn.js no longer optional
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:18:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-asn1.js.
commit 8fdd78fca16d1c84c5c0551b7f312ff2ddfdfd66
Author: Fedor Indutny <fedor at indutny.com>
Date: Thu Jul 2 20:22:26 2015 -0700
package: bn.js no longer optional
Fix: #48
---
package.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 1cfda45..89c2bdd 100644
--- a/package.json
+++ b/package.json
@@ -23,10 +23,8 @@
"devDependencies": {
"mocha": "^1.14.0"
},
- "optionalDependencies": {
- "bn.js": "^2.0.0"
- },
"dependencies": {
+ "bn.js": "^2.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git
More information about the Pkg-javascript-commits
mailing list