Skip to content

Commit

Permalink
fix export location
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jun 4, 2024
1 parent d9d4cd0 commit cbfc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.2",
"description": "Convert kicad mod file into JSON",
"type": "module",
"main": "index.js",
"main": "dist/index.cjs",
"scripts": {
"test:pull-kicad-footprints": "git clone --depth 1 https://gitlab.com/kicad/libraries/kicad-footprints.git",
"test": "ava",
Expand Down

0 comments on commit cbfc6ee

Please sign in to comment.