Skip to content

Commit

Permalink
fix: missing types in package.json (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlaessig authored Feb 20, 2023
1 parent cfebfb5 commit 30c8f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "5.1.0",
"description": "Pure javascript autocomplete input for react-native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npm run lint && npm run testonly",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down

0 comments on commit 30c8f46

Please sign in to comment.