Skip to content

Commit 0cb9dc3

Browse files
committed
fix ts
1 parent afa3d64 commit 0cb9dc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macpaw/browser-deeplink",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "dist/index.js",
55
"module": "src/index",
66
"license": "MIT",

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
declare module 'browser-deeplink' {
1+
declare module '@macpaw/browser-deeplink' {
22
export function browserDeeplink(appLink : string): Promise<void>;
33
}

0 commit comments

Comments
 (0)