Skip to content

Commit

Permalink
chore: fix typescript typings location
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Nov 13, 2022
1 parent f56c5d8 commit 756586a
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 @@ -22,7 +22,7 @@
"default": "./dist/terra-draw.modern.js",
"types": "./dist/terra-draw.d.ts"
},
"types": "./dist/foo.d.ts",
"types": "./dist/terra-draw.d.ts",
"main": "./dist/terra-draw.cjs",
"module": "./dist/terra-draw.module.js",
"unpkg": "./dist/terra-draw.umd.js",
Expand Down

0 comments on commit 756586a

Please sign in to comment.