Skip to content

Commit bd753f7

Browse files
committed
chore: Fix package warnings
1 parent b7bca3e commit bd753f7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.6.0",
44
"description": "Vue 3 SFC codemod framework",
55
"type": "module",
6-
"bin": "./dist/bin/vue-sfcmod.js",
6+
"bin": {
7+
"vue-sfcmod": "dist/bin/vue-sfcmod.js"
8+
},
79
"exports": {
810
".": {
911
"types": "./dist/index.d.ts",
@@ -44,7 +46,7 @@
4446
},
4547
"repository": {
4648
"type": "git",
47-
"url": "https://github.com/sidnioulz/vue-sfcmod.git"
49+
"url": "https://github.com/Sidnioulz/vue-sfcmod"
4850
},
4951
"author": "Steve Dodier-Lazaro <sidnioulz@gmail.com>",
5052
"license": "MIT",

0 commit comments

Comments
 (0)