Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6174490e8e | |||
d952a761b2 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/npmextra",
|
||||
"version": "4.0.8",
|
||||
"version": "4.0.9",
|
||||
"private": false,
|
||||
"description": "do more with npm",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/npmextra',
|
||||
version: '4.0.8',
|
||||
version: '4.0.9',
|
||||
description: 'do more with npm'
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ export class AppData {
|
||||
this.options.dirPath = nogitAppData;
|
||||
}
|
||||
}
|
||||
this.kvStore = new KeyValueStore('custom', 'appkv', this.options.dirPath);
|
||||
this.kvStore = new KeyValueStore('custom', 'appkv', this.options.dirPath, this.options.requiredKeys);
|
||||
this.readyDeferred.resolve();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user