[Pkg-javascript-commits] [node-asn1.js] 01/03: Use local install of ans1.js
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Nov 10 12:29:36 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 986e219e0d5d0fe4aec42c255104f19f05ff3655
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Nov 10 13:26:03 2017 +0100
Use local install of ans1.js
Forwarded: no
---
rfc/2560/index.js | 2 +-
rfc/5280/index.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rfc/2560/index.js b/rfc/2560/index.js
index 474f360..53970c9 100644
--- a/rfc/2560/index.js
+++ b/rfc/2560/index.js
@@ -1,6 +1,6 @@
'use strict';
-const asn1 = require('asn1.js');
+const asn1 = require('../../lib/asn1.js');
const rfc5280 = require('../../rfc/5280');
const OCSPRequest = asn1.define('OCSPRequest', function() {
diff --git a/rfc/5280/index.js b/rfc/5280/index.js
index ad4760c..c9f1ebf 100644
--- a/rfc/5280/index.js
+++ b/rfc/5280/index.js
@@ -1,6 +1,6 @@
'use strict';
-const asn1 = require('asn1.js');
+const asn1 = require('../../lib/asn1.js');
/**
* RFC5280 X509 and Extension Definitions
--
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