Skip to content

Commit

Permalink
close #17
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Jun 8, 2023
1 parent ffb274d commit 83a8397
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// <reference types="./web" />

export * from "./build";
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.11.4",
"description": "Cross-platform toasts, powered by native elements.",
"main": "build/index.js",
"types": "build/index.d.ts",
"types": "index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
Expand Down Expand Up @@ -42,5 +42,11 @@
"expo": "*",
"react": "*",
"react-native": "*"
}
},
"files": [
"build",
"web",
"src",
"index.d.ts"
]
}
1 change: 1 addition & 0 deletions web/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "../build/web";
1 change: 1 addition & 0 deletions web/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "../build/web";

0 comments on commit 83a8397

Please sign in to comment.