Skip to content

Commit

Permalink
Update repository field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Jan 16, 2024
1 parent ff9795c commit 4f9968b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"keywords": ["vue", "vuejs", "vue3", "vnode", "vnodes", "vdom", "render", "slot", "slots"],
"homepage": "https://skirtles-code.github.io/vue-vnode-utils/",
"bugs": "https://github.com/skirtles-code/vue-vnode-utils/issues",
"repository": "github:skirtles-code/vue-vnode-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/skirtles-code/vue-vnode-utils.git"
},
"sideEffects": false,
"main": "dist/vue-vnode-utils.cjs",
"module": "dist/vue-vnode-utils.esm-bundler.js",
Expand Down

0 comments on commit 4f9968b

Please sign in to comment.