Skip to content

Commit 7ddc201

Browse files
committed
chore: ui-svg package.json fix for new url
1 parent 08be25f commit 7ddc201

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/ui-svg/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typings": "./index.d.ts",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/nativescript-community/ui-svg"
10+
"url": "https://github.com/nativescript-community/ui-canvas"
1111
},
1212
"nativescript": {
1313
"platforms": {
@@ -28,6 +28,7 @@
2828
"JavaScript",
2929
"Android",
3030
"iOS",
31+
"svg",
3132
"Vue"
3233
],
3334
"author": {
@@ -36,7 +37,7 @@
3637
},
3738
"license": "ISC",
3839
"bugs": {
39-
"url": "https://github.com/nativescript-community/ui-svg/issues"
40+
"url": "https://github.com/nativescript-community/ui-canvas/issues"
4041
},
4142
"dependencies": {
4243
"@nativescript-community/text": "^1.5.11",

0 commit comments

Comments
 (0)