Skip to content

Commit 9418788

Browse files
committed
chore: add index.d.ts to files
1 parent 439d4ce commit 9418788

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
"android",
2121
"ios",
2222
"js",
23-
"react-native-progress-view.podspec"
23+
"react-native-progress-view.podspec",
24+
"index.js",
25+
"index.d.ts"
2426
],
25-
"main": "js/index.js",
27+
"main": "index.js",
28+
"types":"index.d.ts",
2629
"scripts": {
2730
"flow": "flow",
2831
"lint": "eslint .",

0 commit comments

Comments
 (0)