From 40a8c54342174160e3d89349ba8f1fb8427273ab Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Wed, 31 Jan 2018 19:38:07 -0800 Subject: [PATCH] exclude jwk-to-pem --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8b78d813..0472fa1d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -51,7 +51,7 @@ module.exports = function(grunt) { standalone: 'openpgp' }, // Don't bundle these packages with openpgp.js - external: [ 'crypto', 'buffer', 'node-localstorage', 'node-fetch', 'asn1.js' ], + external: [ 'crypto', 'buffer', 'node-localstorage', 'node-fetch', 'asn1.js', 'jwk-to-pem' ], transform: [ ["babelify", { plugins: ["transform-async-to-generator", @@ -74,7 +74,7 @@ module.exports = function(grunt) { debug: true, standalone: 'openpgp' }, - external: [ 'crypto', 'buffer', 'node-localstorage', 'node-fetch', 'asn1.js' ], + external: [ 'crypto', 'buffer', 'node-localstorage', 'node-fetch', 'asn1.js', 'jwk-to-pem' ], transform: [ ["babelify", { plugins: ["transform-async-to-generator",