We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bca3e commit bd753f7Copy full SHA for bd753f7
1 file changed
package.json
@@ -3,7 +3,9 @@
3
"version": "0.6.0",
4
"description": "Vue 3 SFC codemod framework",
5
"type": "module",
6
- "bin": "./dist/bin/vue-sfcmod.js",
+ "bin": {
7
+ "vue-sfcmod": "dist/bin/vue-sfcmod.js"
8
+ },
9
"exports": {
10
".": {
11
"types": "./dist/index.d.ts",
@@ -44,7 +46,7 @@
44
46
},
45
47
"repository": {
48
"type": "git",
- "url": "https://github.com/sidnioulz/vue-sfcmod.git"
49
+ "url": "https://github.com/Sidnioulz/vue-sfcmod"
50
51
"author": "Steve Dodier-Lazaro <sidnioulz@gmail.com>",
52
"license": "MIT",
0 commit comments