File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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/" ,
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments