Fix travis problem hopefully for real this time

This commit is contained in:
Robert Nelson 2014-01-09 09:59:25 -08:00
parent 4719966988
commit ec061ba101

View File

@ -22,7 +22,7 @@
*/
module.exports = LocalStore;
var openpgp = require('openpgp');
var openpgp = require('../');
function LocalStore() {
if (typeof window != 'undefined' && window.localStorage) {