@provartesting/provardx-cli 0.0.1 → 0.0.2
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/oclif.manifest.json +1 -1
- package/package.json +4 -5
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provartesting/provardx-cli",
|
|
3
3
|
"description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
|
+
"license": "BSD-3-Clause",
|
|
5
6
|
"dependencies": {
|
|
6
7
|
"@oclif/core": "^2.11.8",
|
|
7
8
|
"@salesforce/core": "^5.2.10",
|
|
@@ -60,7 +61,6 @@
|
|
|
60
61
|
"sf-plugin",
|
|
61
62
|
"sf"
|
|
62
63
|
],
|
|
63
|
-
"license": "BSD-3-Clause",
|
|
64
64
|
"main": "lib/index.js",
|
|
65
65
|
"oclif": {
|
|
66
66
|
"commands": "./lib/commands",
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
"docs": "sf-docs",
|
|
95
95
|
"format": "wireit",
|
|
96
96
|
"lint": "wireit",
|
|
97
|
-
"postinstall": "yarn husky install",
|
|
98
97
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
99
98
|
"prepack": "sf-prepack",
|
|
100
99
|
"test": "wireit",
|
|
@@ -206,9 +205,9 @@
|
|
|
206
205
|
"output": []
|
|
207
206
|
}
|
|
208
207
|
},
|
|
209
|
-
"author": "Palak Bansal",
|
|
210
208
|
"directories": {
|
|
211
209
|
"lib": "lib",
|
|
212
210
|
"test": "test"
|
|
213
|
-
}
|
|
211
|
+
},
|
|
212
|
+
"author": ""
|
|
214
213
|
}
|