Skip to content

Commit

Permalink
Fix reference to main type declarations file
Browse files Browse the repository at this point in the history
Fixes a regression introduced in b0ebb82. Fortunately, it's extremely
easy to fix.
  • Loading branch information
caleb531 committed Jun 12, 2024
1 parent f8a777c commit 9367d01
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 @@ -5,7 +5,7 @@
"version": "23.0.0-rc.2",
"main": "dist/umd/jcanvas.min.js",
"module": "dist/esm/jcanvas.min.js",
"types": "dist/esm/jcanvas.d.ts",
"types": "dist/esm/jcanvas.min.d.ts",
"scripts": {
"build": "rollup -c",
"prepare": "rollup -c",
Expand Down

0 comments on commit 9367d01

Please sign in to comment.