Skip to content

Commit b4188f6

Browse files
committed
fix(bin):add create-chrome-ext/index.js
1 parent 0dd2e00 commit b4188f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "create-chrome-ext",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "Scaffolding Your First Chrome Extension",
66
"author": "yalda",
77
"license": "MIT",
88
"main": "index.js",
99
"bin": {
10-
"create-chrome-ext": "index",
10+
"create-chrome-ext": "index.js",
1111
"crx": "index.js"
1212
},
1313
"engines": {

0 commit comments

Comments
 (0)