Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions publish/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ pack() {
# compile package and copy files required by npm
echo 'Building /src...'
cd "$TO_SOURCE_DIR"
npm i
node_modules/.bin/tsc
echo 'Building plugin .aar...'
tns plugin build
cd ..

echo 'Creating package...'
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-geolocation",
"version": "4.3.0",
"version": "4.3.1",
"description": "Provides API for getting and monitoring location for NativeScript app.",
"main": "geolocation",
"typings": "index.d.ts",
Expand Down