Skip to content

Commit

Permalink
fix: publish all dist ts files (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 27, 2022
1 parent e8c550c commit f1def07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"files": [
"src",
"dist/src/*.d.ts",
"dist/src/*.d.ts.map"
"dist/src/**/*.d.ts",
"dist/src/**/*.d.ts.map"
],
"dependencies": {
"@ipld/car": "^4.1.5",
Expand Down

0 comments on commit f1def07

Please sign in to comment.