Skip to content

Commit 7a74bc7

Browse files
authored
Update typings path in package.json
1 parent fd06f3f commit 7a74bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/universal-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.1",
44
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
55
"main": "./index",
6-
"typings": "./index-common.d.ts",
6+
"typings": "./index.d.ts",
77
"scripts": {
88
"build": "npm run tsc && npm run readme",
99
"readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",

0 commit comments

Comments
 (0)