Skip to content

Commit 8709b26

Browse files
committed
Bump version
1 parent 7d9f93b commit 8709b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo-add-viewbox",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "SVGO plugin which adds 'viewBox' attribute based on 'width' and 'height' attributes",
55
"keywords": [
66
"viewBox",
@@ -20,7 +20,7 @@
2020
"type": "module",
2121
"repository": {
2222
"type": "git",
23-
"url": "github:scriptex/svgo-add-viewbox"
23+
"url": "git+https://github.com/scriptex/svgo-add-viewbox.git"
2424
},
2525
"scripts": {
2626
"svg": "svgo -f ./test/input -o ./test/output --config ./test/svgo.config.mjs",

0 commit comments

Comments
 (0)