Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
961df11121 | |||
ee6f5e63ee |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/npmextra",
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"private": false,
|
||||
"description": "do more with npm",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/npmextra',
|
||||
version: '5.0.7',
|
||||
version: '5.0.8',
|
||||
description: 'do more with npm'
|
||||
}
|
||||
|
@ -131,6 +131,7 @@ export class AppData<T = any> {
|
||||
} else {
|
||||
console.log('All mandatory keys are present in the appdata');
|
||||
}
|
||||
return missingMandatoryKeys;
|
||||
}
|
||||
|
||||
public async waitForAndGetKey(keyArg: string) {
|
||||
|
Reference in New Issue
Block a user