@broadcom/mat-analyze-for-zowe-cli 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broadcom/mat-analyze-for-zowe-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "MAT Analyze Plug-in for Zowe CLI",
|
|
5
5
|
"repository": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"test": "npm run test:unit && npm run test:system",
|
|
19
19
|
"test:system": "env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false",
|
|
20
20
|
"test:unit": "env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\"",
|
|
21
|
-
"installPlugin": "npm install && npm run clean && npm run build && zowe plugins install ."
|
|
22
|
-
"preinstall": "npx force-resolutions"
|
|
21
|
+
"installPlugin": "npm install && npm run clean && npm run build && zowe plugins install ."
|
|
23
22
|
},
|
|
24
23
|
"publishConfig": {
|
|
25
24
|
"registry": "https://registry.npmjs.org/"
|