diff --git a/publish/pack.sh b/publish/pack.sh index 212f22f..ab1cead 100755 --- a/publish/pack.sh +++ b/publish/pack.sh @@ -28,6 +28,7 @@ pack() { # compile package and copy files required by npm echo 'Building /src...' cd "$TO_SOURCE_DIR" + npx ts-patch install node_modules/.bin/tsc cd .. diff --git a/src/package-lock.json b/src/package-lock.json index 2c05d2a..acb7e35 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "@finanzritter/nativescript-pdf-view", - "version": "3.0.0", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/package.json b/src/package.json index e30f5c8..4ad199c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@finanzritter/nativescript-pdf-view", - "version": "3.0.1", + "version": "3.0.2", "description": "A basic PDF viewer plugin for NativeScript, to display PDF documents on iOS and Android.", "main": "pdf-view", "typings": "index.d.ts",