Skip to content

Commit 30c8f46

Browse files
authored
fix: missing types in package.json (#259)
1 parent cfebfb5 commit 30c8f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "5.1.0",
44
"description": "Pure javascript autocomplete input for react-native",
55
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
67
"scripts": {
78
"test": "npm run lint && npm run testonly",
89
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",

0 commit comments

Comments
 (0)