Skip to content

Commit

Permalink
Merge pull request #7 from FinanzRitter/fix/ios-crash
Browse files Browse the repository at this point in the history
fix: add ts-patch to GitHub pipeline
  • Loading branch information
sc85 authored Nov 3, 2020
2 parents a053e14 + d709480 commit 7012187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions publish/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

Expand Down
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7012187

Please sign in to comment.