We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99aa9b0 + 27221b8 commit 79e2254Copy full SHA for 79e2254
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "plugin-analytics-connected-objects",
3
"description": "Additional Salesforce CLI commands to manage CRM Analytics connected-objects",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"dependencies": {
6
"@oclif/core": "^2.9.4",
7
"@oclif/plugin-legacy": "^1.3.0",
@@ -58,7 +58,7 @@
58
"sf-plugin",
59
"sf"
60
],
61
- "license": "BSD-3-Clause",
+ "license": "MIT",
62
"main": "lib/index.js",
63
"oclif": {
64
"commands": "./lib/commands",
@@ -92,7 +92,6 @@
92
"docs": "sf-docs",
93
"format": "wireit",
94
"lint": "wireit",
95
- "postinstall": "yarn husky install",
96
"postpack": "shx rm -f oclif.manifest.json",
97
"prepack": "sf-prepack",
98
"test": "wireit",
0 commit comments