Skip to content

Commit 7272f51

Browse files
committed
Replace typings with types in package.json
1 parent c80a9df commit 7272f51

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
@@ -7,7 +7,7 @@
77
"version": "2.2.1",
88
"license": "MIT",
99
"main": "dist/index.js",
10-
"typings": "dist/index.d.ts",
10+
"types": "dist/index.d.ts",
1111
"sideEffects": false,
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)