Skip to content

Commit

Permalink
Use types instead of typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Apr 7, 2023
1 parent 8e3acd0 commit 71a3312
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 @@ -9,7 +9,7 @@
],
"main": "dist/remapping.umd.js",
"module": "dist/remapping.mjs",
"typings": "dist/types/remapping.d.ts",
"types": "dist/types/remapping.d.ts",
"exports": {
".": [
{
Expand Down

0 comments on commit 71a3312

Please sign in to comment.