From 12145c7b355352e2fd30dfe9fe6114ff87835b76 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 9 Jan 2014 09:11:44 -0800 Subject: [PATCH] Troubleshoot travis problems --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0a5f3766..5637819d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,7 @@ module.exports = function(grunt) { 'dist/openpgp-sa_nodebug.js': [ './src/index.js' ] }, options: { - standalone: 'openpgp', + standalone: 'openpgpsa', external: [ 'crypto', 'node-localstorage' ] } }, @@ -38,7 +38,7 @@ module.exports = function(grunt) { }, options: { debug: true, - standalone: 'openpgp', + standalone: 'openpgpsa', external: [ 'crypto', 'node-localstorage' ] } },