Skip to content

Commit

Permalink
Merge pull request #16 from kino90/feature/add-types
Browse files Browse the repository at this point in the history
feat(types): Fix package.json
  • Loading branch information
rikschennink committed Aug 27, 2020
2 parents b0e8019 + c5dd620 commit 75d4f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -19,8 +19,10 @@
"Android >= 4.4"
],
"files": [
"dist"
"dist",
"types/*.d.ts"
],
"types": "types/index.d.ts",
"scripts": {
"start": "npx rollup -c -w",
"build": "npx rollup -c"
Expand Down

0 comments on commit 75d4f85

Please sign in to comment.