@salesforce/cli 1.12.0-dev.2 → 1.12.0-dev.3

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.
@@ -1 +1 @@
1
- {"version":"1.12.0-dev.2","commands":{}}
1
+ {"version":"1.12.0-dev.3","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.12.0-dev.2",
4
+ "version": "1.12.0-dev.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -14,7 +14,8 @@
14
14
  "files": [
15
15
  "/bin",
16
16
  "/dist/**/*.js",
17
- "/oclif.manifest.json"
17
+ "/oclif.manifest.json",
18
+ "/npm-shrinkwrap.json"
18
19
  ],
19
20
  "keywords": [
20
21
  "oclif",
@@ -126,6 +127,7 @@
126
127
  "posttest": "yarn test:deprecation-policy",
127
128
  "prepack": "sf-prepack",
128
129
  "prepare": "sf-install && yarn compile && yarn lint",
130
+ "prepublishOnly": "npm shrinkwrap",
129
131
  "pretarball": "sf-release cli:tarballs:prepare --types",
130
132
  "pretest": "echo disable # sf-compile-test",
131
133
  "promote-dist-tags": "./scripts/promote-dist-tags",