extension-create 1.2.4 → 1.2.5

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 (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +2 -1
package/dist/cli.js CHANGED
@@ -139,7 +139,7 @@ var package_default = {
139
139
  node: ">=18"
140
140
  },
141
141
  name: "extension-create",
142
- version: "1.2.4",
142
+ version: "1.2.5",
143
143
  description: "Create cross-browser extensions with no build configuration.",
144
144
  main: "./dist/cli.js",
145
145
  types: "./dist/cli.d.ts",
@@ -147,6 +147,7 @@ var package_default = {
147
147
  "dist"
148
148
  ],
149
149
  bin: {
150
+ extension: "./dist/cli.js",
150
151
  "extension-create": "./dist/cli.js"
151
152
  },
152
153
  author: {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "node": ">=18"
10
10
  },
11
11
  "name": "extension-create",
12
- "version": "1.2.4",
12
+ "version": "1.2.5",
13
13
  "description": "Create cross-browser extensions with no build configuration.",
14
14
  "main": "./dist/cli.js",
15
15
  "types": "./dist/cli.d.ts",
@@ -17,6 +17,7 @@
17
17
  "dist"
18
18
  ],
19
19
  "bin": {
20
+ "extension": "./dist/cli.js",
20
21
  "extension-create": "./dist/cli.js"
21
22
  },
22
23
  "author": {