[Pkg-javascript-commits] [node-asn1.js] 129/202: rfc: bump both modules
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:19:01 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 f487672cce7410cfebc202d7781fc7f598f8bd94
Author: Fedor Indutny <fedor at indutny.com>
Date: Fri Oct 23 17:49:40 2015 -0400
rfc: bump both modules
---
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 c2d2816..5813d83 100644
--- a/rfc/2560/package.json
+++ b/rfc/2560/package.json
@@ -1,6 +1,6 @@
{
"name": "asn1.js-rfc2560",
- "version": "2.1.0",
+ "version": "3.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": "^2.0.0"
+ "asn1.js-rfc3280": "^3.0.0"
},
"peerDependencies": {
- "asn1.js": "^2.0.0"
+ "asn1.js": "^3.0.0"
}
}
diff --git a/rfc/3280/package.json b/rfc/3280/package.json
index 7e3b7da..e248aa5 100644
--- a/rfc/3280/package.json
+++ b/rfc/3280/package.json
@@ -1,6 +1,6 @@
{
"name": "asn1.js-rfc3280",
- "version": "2.1.1",
+ "version": "3.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": "^2.0.0"
+ "asn1.js": "^3.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