Skip to content

Commit

Permalink
Merge pull request #7 from ShiboSoftwareDev/main
Browse files Browse the repository at this point in the history
fixed exports
  • Loading branch information
ShiboSoftwareDev authored Sep 11, 2024
2 parents d72afcf + e088a98 commit a011be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "circuit-json-to-gerber",
"version": "0.0.3",
"module": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsup-node src/index.ts --format esm --dts --sourcemap",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./gerber-builder"
export * from "./stringify-gerber"
export * from "./convert-soup-to-gerber-commands"
export * from "./excellon-drill"

0 comments on commit a011be2

Please sign in to comment.