Skip to content

Commit

Permalink
Merge pull request #989 from hansottowirtz/export-lib-files
Browse files Browse the repository at this point in the history
feat: export lib files
  • Loading branch information
remarkablemark authored Jul 21, 2023
2 parents 5475f2c + 43a0364 commit bc1dfd6
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 @@ -11,6 +11,10 @@
"import": "./index.mjs",
"require": "./index.js"
},
"./lib/*": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit bc1dfd6

Please sign in to comment.