Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3ce6036478 | |||
54bf310403 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/npmextra",
|
"name": "@push.rocks/npmextra",
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "do more with npm",
|
"description": "do more with npm",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user