update "alice" references to "swing"

This commit is contained in:
geoffrey45
2023-01-12 16:45:52 +03:00
committed by Mungai Njoroge
parent 22da349948
commit 3b8c72cdf2
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "musicx-v",
"version": "0.1.0",
"name": "swing_music_client",
"version": "0.1.0.alpha",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build --emptyOutDir --outDir ../alice-core/client",
"build": "vite build --emptyOutDir --outDir ../swing-core/client",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {