Skip to content

Commit 63680f4

Browse files
committed
fix(yarn): simplify the bin spec to please create
1 parent 1ea56da commit 63680f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"postpack": "pinst --enable",
1919
"postinstall": "husky install && coconfig"
2020
},
21-
"bin": {
22-
"create-oti-service": "./build/index.js"
23-
},
21+
"bin": "./build/index.js",
2422
"publishConfig": {
2523
"access": "public"
2624
},

0 commit comments

Comments
 (0)