fix(core): update
This commit is contained in:
parent
2ec485048b
commit
54bf310403
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/npmextra',
|
name: '@push.rocks/npmextra',
|
||||||
version: '4.0.5',
|
version: '4.0.6',
|
||||||
description: 'do more with npm'
|
description: 'do more with npm'
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ export class AppData {
|
|||||||
private kvStore: KeyValueStore;
|
private kvStore: KeyValueStore;
|
||||||
constructor(pathArg?: string) {
|
constructor(pathArg?: string) {
|
||||||
this.dirPathArg = pathArg;
|
this.dirPathArg = pathArg;
|
||||||
this.init;
|
this.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user