@knocklabs/cli 0.1.11 → 0.1.12

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/README.md CHANGED
@@ -16,7 +16,7 @@ $ npm install -g @knocklabs/cli
16
16
  $ knock COMMAND
17
17
  running command...
18
18
  $ knock (--version)
19
- @knocklabs/cli/0.1.11 linux-x64 node-v18.20.2
19
+ @knocklabs/cli/0.1.12 linux-x64 node-v18.20.2
20
20
  $ knock --help [COMMAND]
21
21
  USAGE
22
22
  $ knock COMMAND
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "0.1.11"
3
+ "version": "0.1.12"
4
4
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@knocklabs/cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Knock CLI",
5
5
  "author": "@knocklabs",
6
6
  "bin": {
7
- "knock": "./bin/run"
7
+ "knock": "./bin/run.js"
8
8
  },
9
9
  "homepage": "https://github.com/knocklabs/knock-cli",
10
10
  "license": "MIT",