From acabca9585b5f6b2affc6302a898aaa6e62c4661 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 5 Feb 2016 12:45:15 +0700 Subject: [PATCH] Fix config path in hkp.js --- src/hkp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hkp.js b/src/hkp.js index dcfbe117..cc8e8b44 100644 --- a/src/hkp.js +++ b/src/hkp.js @@ -23,7 +23,7 @@ * @module hkp/hkp */ -import config from '../config'; +import config from './config'; /** * Initialize the HKP client and configure it with the key server url and fetch function.