kvStore now working as intended

This commit is contained in:
2017-07-12 17:13:29 +02:00
parent 73c37d8bf8
commit 854dac5732
15 changed files with 192 additions and 54 deletions

View File

@@ -8,10 +8,13 @@ export let packageDir = plugins.path.join(__dirname,'../')
// keyValueStore specific
// ----------------------
export let home = plugins.smartpath.get.home()
/**
* keyValue base path
*/
export let kvBase = '~/.npmextra/kv'
export let kvBase = plugins.path.join(home,'.npmextra/kv')
/**
* the base directory for custom string based key value store