Skip to content

Commit

Permalink
Add SVGO back to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed Sep 13, 2020
1 parent 5d27598 commit f3ef139
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"main": "index.js",
"dependencies": {
"loader-utils": "^2.0.0",
"semver": "^7.3.2"
"semver": "^7.3.2",
"svgo": "^1.3.2"
},
"peerDependencies": {
"vue": "^2.5.0 || ^3.0.0-0"
Expand Down
Loading

0 comments on commit f3ef139

Please sign in to comment.