Skip to content

Commit 5a771b3

Browse files
committed
chore: proecjt
1 parent b41d015 commit 5a771b3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"scripts": {
66
"setup": "ts-patch install",
7+
"prepare": "npm run setup",
78
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
89
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
910
"build.plugin": "npm i && npm run tsc && cp README.md plugin/",

plugin/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"url": "https://github.com/nativescript-community/ui-carto/issues"
2525
},
2626
"license": "Apache-2.0",
27-
"homepage": "https://github.com/nativescript-community/ui-carto",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/nativescript-community/ui-carto.git"
30+
},
31+
"homepage": "https://nativescript-community.github.io/ui-carto/",
2832
"bootstrapper": "nativescript-plugin-seed",
2933
"gitHead": "b6e046978275bbdf14f2de501e9d3d208ae9e15e"
30-
}
34+
}

0 commit comments

Comments
 (0)