Skip to content

Commit 2fcd262

Browse files
committed
Cleanup
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 9a8bf0b commit 2fcd262

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

buildchain/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"name": "buildchain",
3+
"description": "A drop-in buildchain for using Vite in your Craft CMS plugins or modules",
4+
"author": {
5+
"email": "info@nystudio107.com",
6+
"name": "nystudio107",
7+
"url": "https://nystudio107.com"
8+
},
39
"dependencies": {
410
"vue": "^3.0.5",
511
"vue-confetti": "^2.0.8"
@@ -15,7 +21,6 @@
1521
},
1622
"scripts": {
1723
"dev": "vite",
18-
"build": "vite build",
19-
"serve": "vite preview"
24+
"build": "vite build"
2025
}
2126
}

0 commit comments

Comments
 (0)