Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 71a3312

Browse files
committed
Use types instead of typings
1 parent 8e3acd0 commit 71a3312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"main": "dist/remapping.umd.js",
1111
"module": "dist/remapping.mjs",
12-
"typings": "dist/types/remapping.d.ts",
12+
"types": "dist/types/remapping.d.ts",
1313
"exports": {
1414
".": [
1515
{

0 commit comments

Comments
 (0)