Fix missing package (#9218)

This commit is contained in:
LitoMore 2023-08-06 09:07:07 +08:00 committed by GitHub
parent 720a0e4d53
commit 3046a1b625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,8 @@
"svg-path-segments": "1.0.0", "svg-path-segments": "1.0.0",
"svglint": "2.3.1", "svglint": "2.3.1",
"svgo": "3.0.2", "svgo": "3.0.2",
"svgpath": "2.6.0" "svgpath": "2.6.0",
"typescript": "^5.1.6"
}, },
"scripts": { "scripts": {
"build": "node scripts/build/package.js", "build": "node scripts/build/package.js",