@oclif/plugin-help 6.0.9-dev.1 → 6.0.9-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.
@@ -39,5 +39,5 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "version": "6.0.9-dev.1"
42
+ "version": "6.0.9-dev.3"
43
43
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "6.0.9-dev.1",
4
+ "version": "6.0.9-dev.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
@@ -36,8 +36,8 @@
36
36
  "files": [
37
37
  "oclif.manifest.json",
38
38
  "/lib",
39
- "/oclif.lock",
40
- "npm-shrinkwrap.json"
39
+ "npm-shrinkwrap.json",
40
+ "oclif.lock"
41
41
  ],
42
42
  "homepage": "https://github.com/oclif/plugin-help",
43
43
  "keywords": [
@@ -53,12 +53,14 @@
53
53
  "repository": "oclif/plugin-help",
54
54
  "scripts": {
55
55
  "build": "shx rm -rf lib && tsc",
56
+ "commitlint": "commitlint --edit $1",
56
57
  "lint": "eslint . --ext .ts",
57
- "postpack": "shx rm oclif.manifest.json oclif.lock",
58
+ "lint-staged": "lint-staged",
59
+ "postpack": "shx rm oclif.manifest.json",
58
60
  "posttest": "yarn lint",
59
- "prepack": "yarn run build && oclif manifest . && oclif lock",
61
+ "prepack": "yarn build && oclif manifest . && oclif lock && npm shrinkwrap",
60
62
  "prepare": "husky install && yarn build",
61
- "pretest": "yarn build && tsc --noEmit",
63
+ "pretest": "npm build && tsc --noEmit",
62
64
  "test": "mocha --forbid-only \"test/**/*.test.ts\""
63
65
  },
64
66
  "type": "module",