update to use tapbundle

This commit is contained in:
2017-07-09 19:05:03 +02:00
parent 15e3497c55
commit 3dff5dbbc6
12 changed files with 236 additions and 134 deletions

View File

@@ -24,7 +24,7 @@ export let kvCustomDir = plugins.path.join(kvBase, 'custom')
export let kvGitDir = plugins.path.join(kvBase, 'git')
/**
* keyValue for path based Key
* keyValue for path based keyValue store
*/
export let kvPathDir = plugins.path.join(kvBase, 'path')