Skip to content

Commit

Permalink
fix: make is-loki-running include types in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbej authored Feb 15, 2024
1 parent 2d833f0 commit 5a03e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/is-loki-running/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"license": "MIT",
"files": [
"src"
"src",
"*.d.ts",
],
"main": "src/index.web.js",
"react-native": "src/index.native.js",
Expand Down

0 comments on commit 5a03e3c

Please sign in to comment.