Skip to content

Commit 4ed558b

Browse files
Fix
1 parent 87db5f5 commit 4ed558b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"type": "module",
32
"private": true,
3+
"type": "module",
44
"scripts": {
55
"minify:svg": "svgo --config=.svgo.config.cjs --quiet --recursive --folder img/"
66
},
7-
"dependencies": {
8-
"fs": "^0.0.1-security",
9-
"glob": "^11.0.3",
10-
"purgecss": "^7.0.2",
11-
"svgo": "4.0.0"
12-
}
7+
"dependencies": {
8+
"fs": "^0.0.1-security",
9+
"glob": "^11.0.3",
10+
"purgecss": "^7.0.2",
11+
"svgo": "4.0.0"
12+
}
1313
}

0 commit comments

Comments
 (0)