fix npm list for sure
This commit is contained in:
Generated
+35
-867
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,6 @@
|
||||
"child-process-promise": "^2.2.1",
|
||||
"debug": "^4.1.1",
|
||||
"express": "^4.16.4",
|
||||
"frontblock": "^0.14.0",
|
||||
"frontblock-generic": "^0.30.1",
|
||||
"git-cherrypicker": "0.0.3",
|
||||
"git-describe": "^4.0.4",
|
||||
|
||||
@@ -274,9 +274,10 @@ export class NPMExtension extends FSExtension<NPMStatus>{
|
||||
logger.info(stdout)
|
||||
return JSON.parse(stdout)
|
||||
['dependencies']
|
||||
['dependencies']
|
||||
[this.name]
|
||||
['version']
|
||||
['frontblock']
|
||||
['dependencies']
|
||||
[this.name]
|
||||
['version']
|
||||
}
|
||||
}catch(error){
|
||||
logger.error(error)
|
||||
|
||||
Reference in New Issue
Block a user