diff options
| author | 2024-09-08 17:31:07 +0800 | |
|---|---|---|
| committer | 2024-09-08 17:31:07 +0800 | |
| commit | 13d7827eea29c740cc12787087107d04a9afea2c (patch) | |
| tree | d3572c66f800d475f4ef4940fb8db0a5e0bab69e /package.json | |
| parent | 78d6558d8c85974b01d6a6fc15f7aaca3cb11988 (diff) | |
| download | HydroRollSite-13d7827eea29c740cc12787087107d04a9afea2c.tar.gz HydroRollSite-13d7827eea29c740cc12787087107d04a9afea2c.zip | |
deps: using yarn as package managementupdate-deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 456ac95..a161d73 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "hydroroll-home", "version": "1.0.0", "private": true, - "author": {"name": "HydroRoll-Team"}, + "author": { + "name": "HydroRoll-Team" + }, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit --skipLibCheck && vite build", |
