Skip to content

Commit

Permalink
fix: invalid filename for type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben authored Oct 25, 2024
1 parent be21f69 commit 5ecc646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@leaphy-robotics/picotool-wasm",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/index.d.mts",
"license": "LGPL-3.0-only",
"files": [
"dist",
Expand Down

0 comments on commit 5ecc646

Please sign in to comment.