Fix travis problem hopefully for real this time
This commit is contained in:
parent
4719966988
commit
ec061ba101
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
module.exports = LocalStore;
|
module.exports = LocalStore;
|
||||||
|
|
||||||
var openpgp = require('openpgp');
|
var openpgp = require('../');
|
||||||
|
|
||||||
function LocalStore() {
|
function LocalStore() {
|
||||||
if (typeof window != 'undefined' && window.localStorage) {
|
if (typeof window != 'undefined' && window.localStorage) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user