@hooklink/cli 0.1.6 → 0.1.8

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hooklink/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "HookLink CLI - Forward webhooks to your local development machine",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "prepublishOnly": "npm run build",
18
18
  "test": "echo \"No tests yet for CLI\" && exit 0",
19
19
  "lint": "eslint src",
20
- "publish": "npm version patch --no-git-tag-version && npm publish --access public && exit 0"
20
+ "publish-cli": "npm version patch --no-git-tag-version && npm publish --access public && exit 0"
21
21
  },
22
22
  "keywords": [
23
23
  "webhook",