extension-create 1.0.4 → 1.0.6

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 +1 -2
  2. package/package.json +1 -2
package/dist/cli.js CHANGED
@@ -116,7 +116,7 @@ var package_default = {
116
116
  node: ">=18"
117
117
  },
118
118
  name: "extension-create",
119
- version: "1.0.4",
119
+ version: "1.0.6",
120
120
  description: "Create cross-browser extensions with no build configuration.",
121
121
  main: "./dist/cli.js",
122
122
  types: "./dist/cli.d.ts",
@@ -157,7 +157,6 @@ var package_default = {
157
157
  semver: "^7.5.4"
158
158
  },
159
159
  devDependencies: {
160
- "@types/inquirer": "^9.0.7",
161
160
  "@types/jest": "^29.5.11",
162
161
  "@types/mock-fs": "^4.13.4",
163
162
  "@types/node": "^20.11.5",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "node": ">=18"
9
9
  },
10
10
  "name": "extension-create",
11
- "version": "1.0.4",
11
+ "version": "1.0.6",
12
12
  "description": "Create cross-browser extensions with no build configuration.",
13
13
  "main": "./dist/cli.js",
14
14
  "types": "./dist/cli.d.ts",
@@ -49,7 +49,6 @@
49
49
  "semver": "^7.5.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@types/inquirer": "^9.0.7",
53
52
  "@types/jest": "^29.5.11",
54
53
  "@types/mock-fs": "^4.13.4",
55
54
  "@types/node": "^20.11.5",