Move src/hkp/hkp.js -> src/hkp.js

Delete src/hkp/index.js
This commit is contained in:
Tankred Hase 2016-02-05 12:43:59 +07:00
parent 8559cd2bff
commit 1157cd2ac8
2 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
'use strict';
/**
* @see module:hkp/hkp
* @module hkp
*/
module.exports = require('./hkp.js');