[Pkg-javascript-commits] [node-asn1.js] 105/202: rfc: update deps, bump versions
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:18:58 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 9fcbb3fc124f2ac36d1d5bb548c5e512681bc6fb
Author: Fedor Indutny <fedor at indutny.com>
Date: Wed May 20 19:27:05 2015 +0200
rfc: update deps, bump versions
---
rfc/2560/package.json | 6 +++---
rfc/3280/package.json | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/rfc/2560/package.json b/rfc/2560/package.json
index ec35860..a732f26 100644
--- a/rfc/2560/package.json
+++ b/rfc/2560/package.json
@@ -1,6 +1,6 @@
{
"name": "asn1.js-rfc2560",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "RFC2560 structures for asn1.js",
"main": "index.js",
"repository": {
@@ -19,9 +19,9 @@
},
"homepage": "https://github.com/indutny/asn1.js",
"dependencies": {
- "asn1.js-rfc3280": "^1.0.0"
+ "asn1.js-rfc3280": "^2.0.0"
},
"peerDependencies": {
- "asn1.js": "^1.0.0"
+ "asn1.js": "^2.0.0"
}
}
diff --git a/rfc/3280/package.json b/rfc/3280/package.json
index df76d59..327eaba 100644
--- a/rfc/3280/package.json
+++ b/rfc/3280/package.json
@@ -1,6 +1,6 @@
{
"name": "asn1.js-rfc3280",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "RFC3280 structures for asn1.js",
"main": "index.js",
"repository": {
@@ -19,6 +19,6 @@
},
"homepage": "https://github.com/indutny/asn1.js",
"peerDependencies": {
- "asn1.js": "^1.0.0"
+ "asn1.js": "^2.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