We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9f93b commit 8709b26Copy full SHA for 8709b26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svgo-add-viewbox",
3
- "version": "3.0.0",
+ "version": "3.1.0",
4
"description": "SVGO plugin which adds 'viewBox' attribute based on 'width' and 'height' attributes",
5
"keywords": [
6
"viewBox",
@@ -20,7 +20,7 @@
20
"type": "module",
21
"repository": {
22
"type": "git",
23
- "url": "github:scriptex/svgo-add-viewbox"
+ "url": "git+https://github.com/scriptex/svgo-add-viewbox.git"
24
},
25
"scripts": {
26
"svg": "svgo -f ./test/input -o ./test/output --config ./test/svgo.config.mjs",
0 commit comments