Skip to content

Commit

Permalink
chore: update repository URL in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
babyw1nter committed Dec 23, 2023
1 parent f030df2 commit 946a34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/hhui64/livekun-web.git"
"url": "git+https://github.com/hhui64/livekun.git"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build-github": "vue-tsc && vite build --base /livekun-web/",
"build-github": "vue-tsc && vite build --base /livekun/",
"preview": "vite preview",
"lint": "eslint --cache --ext .ts,.tsx,.vue ./src",
"lint:fix": "eslint --fix --cache --ext .ts,.tsx,.vue ./src",
Expand Down

0 comments on commit 946a34b

Please sign in to comment.