📦 Move utilities to a separate folder

This commit is contained in:
pheralb
2024-05-10 19:22:58 +01:00
parent 8724abc185
commit d6ee49ffb7
6 changed files with 0 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "@svgl/fix-viewbox",
"version": "1.0.0",
"description": "Add viewbox to svg files if not present.",
"main": "index.js",
"author": "@pheralb_",
"license": "ISC",
"keywords": [
"svg",
"size",
"limit",
"check"
],
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0"
}
}