[Pkg-javascript-commits] [node-asn1.js] 54/202: rfc: update peer deps
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:18:53 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 18255a584ee402b31eb6a9edbd14080ae562595c
Author: Fedor Indutny <fedor at indutny.com>
Date: Sun Aug 24 22:26:24 2014 +0400
rfc: update peer deps
---
rfc/2560/package.json | 4 ++--
rfc/3280/package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rfc/2560/package.json b/rfc/2560/package.json
index 2102ebf..8c8388a 100644
--- a/rfc/2560/package.json
+++ b/rfc/2560/package.json
@@ -19,9 +19,9 @@
},
"homepage": "https://github.com/indutny/asn1.js",
"dependencies": {
- "asn1.js-rfc3280": "~0.4.0"
+ "asn1.js-rfc3280": "^0.4.0"
},
"peerDependencies": {
- "asn1.js": "~0.4.0"
+ "asn1.js": "^0.5.0"
}
}
diff --git a/rfc/3280/package.json b/rfc/3280/package.json
index 15b1876..44c8f19 100644
--- a/rfc/3280/package.json
+++ b/rfc/3280/package.json
@@ -19,6 +19,6 @@
},
"homepage": "https://github.com/indutny/asn1.js",
"peerDependencies": {
- "asn1.js": "~0.4.0"
+ "asn1.js": "^0.5.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