fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-27 19:03:06 +01:00
parent 2ec485048b
commit 54bf310403
2 changed files with 2 additions and 2 deletions

View File

@ -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'
} }

View File

@ -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();
} }
/** /**