Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebestindragos committed Jan 6, 2021
1 parent f002937 commit 033043d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@nativescript/core": "~7.0.0",
"@nativescript/types": "~7.0.0",
"@nativescript/webpack": "~3.0.0",
"tns-platform-declarations": "^6.5.15",
"ts-patch": "^1.3.0",
"typescript": "~3.9.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/plugin-universal-links.android.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
import { Application, AndroidApplication } from "@nativescript/core";
import {
setUniversalLink,
Expand Down
1 change: 1 addition & 0 deletions src/plugin-universal-links.ios.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
import { Application } from "@nativescript/core";
import {
setUniversalLink,
Expand Down

0 comments on commit 033043d

Please sign in to comment.