Skip to content

Commit

Permalink
fix: include types folder in files
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 30, 2024
1 parent ea894e9 commit a4acddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
},
"main": "lib/bridge.js",
"types": "types/bridge.d.ts",
"files": [
"lib",
"types"
],
"scripts": {
"lint": "eslint lib/ tests/",
"test": "node --test",
Expand Down

0 comments on commit a4acddd

Please sign in to comment.