Skip to content

Commit f208fb6

Browse files
committed
refactor: Update package repository URL in package.json
1 parent 95199ae commit f208fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/EranGrin/vue3-web-component-wrapper/tree/main/plugin"
7+
"url": "git+https://github.com/EranGrin/vue3-web-component-wrapper.git#main"
88
},
99
"homepage": "https://erangrin.github.io/vue-web-component-wrapper/",
1010
"main": "package/dist/vue-web-component-wrapper.umd.js",

0 commit comments

Comments
 (0)