Skip to content

Commit a61b2d0

Browse files
committed
correct package.json git urls
1 parent 2f068ae commit a61b2d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "4.1.0",
66
"nativescript": {
77
"platforms": {
8-
"android": "3.0.0",
9-
"ios": "3.0.0"
8+
"android": "7.0.0",
9+
"ios": "7.0.0"
1010
},
1111
"plugin": {
1212
"category": "Interface",
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/bradmartin"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/bradmartin/nativescript-drawingpad/issues"
24+
"url": "https://github.com/nativescript-community/nativescript-drawingpad/issues"
2525
},
2626
"contributors": [
2727
{
@@ -51,7 +51,7 @@
5151
"tslint": "~6.1.3",
5252
"typescript": "~3.9.7"
5353
},
54-
"homepage": "https://github.com/bradmartin/nativescript-drawingpad",
54+
"homepage": "https://github.com/nativescript-community/nativescript-drawingpad",
5555
"keywords": [
5656
"NativeScript",
5757
"native",
@@ -89,6 +89,6 @@
8989
},
9090
"repository": {
9191
"type": "git",
92-
"url": "git+https://github.com/bradmartin/nativescript-drawingpad.git"
92+
"url": "git+https://github.com/nativescript-community/nativescript-drawingpad.git"
9393
}
9494
}

0 commit comments

Comments
 (0)