Skip to content

Commit

Permalink
move svgo to dependencies since it is used at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Oct 15, 2022
1 parent 206bbd6 commit f1cc0d5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 59 deletions.
80 changes: 24 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-svgo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Vite plugin to import and compress svg files with SVGO",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -34,10 +34,12 @@
"devDependencies": {
"@types/node": "18.11.0",
"@types/svgo": "2.6.4",
"svgo": "2.8.0",
"typescript": "4.6.4"
},
"dependencies": {
"svgo": "2.8.0"
},
"peerDependencies": {
"vite": "3.1.0"
"vite": "3.1.4"
}
}

0 comments on commit f1cc0d5

Please sign in to comment.