Skip to content

Commit

Permalink
🩹 fix(none): fix sources/@roots/bud-client export
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Jun 28, 2024
1 parent 9876192 commit fe28f9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sources/@roots/bud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"exports": {
".": "./lib/index.js",
"./dom-ready": "./lib/dom-ready.js",
"./lazy": "./lib/lazy.js",
"./lib/*": "./lib/*"
"./lazy": "./lib/lazy.js"
},
"typesVersions": {
"*": {
Expand All @@ -64,7 +63,7 @@
}
},
"types": "./lib/index.d.ts",
"module": "./lib/index.mjs",
"module": "./lib/index.js",
"devDependencies": {
"@roots/bud": "workspace:*",
"@skypack/package-check": "0.2.2",
Expand Down

0 comments on commit fe28f9a

Please sign in to comment.