Skip to content

Commit

Permalink
added git to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceConrad committed Apr 29, 2024
1 parent dab54d1 commit d7ebd99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zoompinch-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoompinch",
"private": false,
"version": "0.0.35",
"version": "0.0.36",
"type": "module",
"files": [
"package.json",
Expand All @@ -21,6 +21,11 @@
"serve": "npm link && npm-watch build",
"preview": "vite preview"
},
"homepage": "https://zoompinch.pages.dev/",
"repository": {
"type": "git",
"url": "https://github.com/MauriceConrad/zoompinch"
},
"watch": {
"build": {
"patterns": [
Expand Down

0 comments on commit d7ebd99

Please sign in to comment.