Skip to content

Commit c482826

Browse files
committed
chore: add preview image and update package.json
1 parent 1371bb1 commit c482826

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

images/preview.png

340 KB
Loading

plugin/package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
33
"version": "6.0.4",
4-
"description": "A Nativescript plugin for Mapbox Native Maps.",
4+
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL",
55
"main": "mapbox",
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
99
"android": "3.0.0",
1010
"ios": "3.0.0"
11-
},
12-
"plugin": {
13-
"nan": true,
14-
"pan": true,
15-
"core3": "true",
16-
"category": "Interface"
1711
}
1812
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/nativescript-community/ui-mapbox.git"
22-
},
2313
"keywords": [
24-
"ecosystem:nativescript",
2514
"NativeScript",
2615
"Map",
2716
"Maps",
2817
"Native Maps",
29-
"Mapbox"
18+
"Mapbox",
19+
"iOS",
20+
"Android",
21+
"Angular",
22+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-mapbox/master/images/preview.png"
3023
],
3124
"author": {
3225
"name": "Yermo Lamers",
@@ -47,7 +40,10 @@
4740
"bugs": {
4841
"url": "https://github.com/nativescript-community/ui-mapbox/issues"
4942
},
50-
"homepage": "https://github.com/nativescript-community/ui-mapbox",
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/nativescript-community/ui-mapbox"
46+
},
5147
"readmeFilename": "README.md",
5248
"dependencies": {
5349
"@nativescript-community/perms": "^2.1.1"

0 commit comments

Comments
 (0)