Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 5, 2023
1 parent 888e278 commit 282630e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-jobs-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hydrofoil/vocabularies": patch
---

Builders were incorrectly exported in package.json
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
".": "./index.js",
"./vocabularies": "./vocabularies.js",
"./prefixes": "./prefixes.js",
"./builders": "./builders/index.js",
"./builders": "./builders/strict.js",
"./builders/loose": "./builders/loose.js"
},
"scripts": {
Expand Down

0 comments on commit 282630e

Please sign in to comment.