Skip to content

Commit

Permalink
chore(#1): Update bundled files
Browse files Browse the repository at this point in the history
  • Loading branch information
iainjreid committed Nov 8, 2023
1 parent 401416f commit b91c9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"license": "MIT",
"type": "module",
"exports": {
".": "./lib/compose.js"
".": "./dist/compose.js"
},
"files": [
"lib/compose.d.ts",
"lib/compose.js"
"dist/compose.d.ts",
"dist/compose.js"
],
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit b91c9e1

Please sign in to comment.