Skip to content

Commit b2b418c

Browse files
authored
Use svgo ^1.0.0
svgo is on 1.0.3 now, so let's get on a newer version. I'm not sure if there is anything else needed for this change. https://github.com/svg/svgo/releases/tag/v1.0.0
1 parent efab0d4 commit b2b418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"babylon": "^6.10.0",
4646
"lodash.isplainobject": "^4.0.6",
4747
"resolve-from": "^2.0.0",
48-
"svgo": "^0.7.0"
48+
"svgo": "^1.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)