Skip to content

Commit

Permalink
ci: export docProcessor in build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Dec 5, 2024
1 parent e852b58 commit 98d2a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"types": "tsc",
"exports": {
".": "./src/index.js",
"./formVersionWriter": "./src/formVersionWriter.mjs"
"./formVersionWriter": "./src/formVersionWriter.mjs",
"./docProcessor": "./src/docProcessor.mjs"
}
}

0 comments on commit 98d2a47

Please sign in to comment.