From 4719966988226e4208c8f54b96dceac4d057b2b1 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 9 Jan 2014 09:40:57 -0800 Subject: [PATCH] Fix travis problem --- Gruntfile.js | 4 ++-- src/keyring/keyring.js | 2 +- test/unittests.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5637819d..0a5f3766 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: 'openpgpsa', + standalone: 'openpgp', external: [ 'crypto', 'node-localstorage' ] } }, @@ -38,7 +38,7 @@ module.exports = function(grunt) { }, options: { debug: true, - standalone: 'openpgpsa', + standalone: 'openpgp', external: [ 'crypto', 'node-localstorage' ] } }, diff --git a/src/keyring/keyring.js b/src/keyring/keyring.js index 8876da6d..ad13793c 100644 --- a/src/keyring/keyring.js +++ b/src/keyring/keyring.js @@ -21,7 +21,7 @@ * @module keyring/keyring */ -var openpgp = require('openpgp'); +var openpgp = require('../'); /** * Callback to check if a key matches the input diff --git a/test/unittests.html b/test/unittests.html index 5c1093c8..06e46551 100644 --- a/test/unittests.html +++ b/test/unittests.html @@ -10,7 +10,7 @@
- +