Skip to content

Commit 5d00c00

Browse files
committed
fix: Use both typings and types in package.json
1 parent fa5895f commit 5d00c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"preferGlobal": true,
2828
"main": "lib/jsonlint.js",
29-
"typings": "lib/jsonlint.d.ts",
29+
"typings": "lib/index.d.ts",
30+
"types": "lib/index.d.ts",
3031
"bin": {
3132
"jsonlint": "lib/cli.js"
3233
},

0 commit comments

Comments
 (0)