Skip to content

Commit

Permalink
chore: rename package name
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Jan 31, 2024
1 parent 6c70b32 commit a1035ef
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
@@ -1,9 +1,9 @@
{
"name": "slide-demo",
"name": "vue3-slides",
"type": "module",
"private": true,
"scripts": {
"build": "slidev build --base /slides-demo/",
"build": "slidev build --base /vue3-slides/",
"dev": "slidev --open",
"export": "slidev export"
},
Expand Down

0 comments on commit a1035ef

Please sign in to comment.