Skip to content

Commit 01f8272

Browse files
committed
build: rename "typings" → "types"
1 parent b93a6d7 commit 01f8272

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
@@ -5,7 +5,7 @@
55
"description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",
8-
"typings": "types/index.d.ts",
8+
"types": "types/index.d.ts",
99
"scripts": {
1010
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
1111
"test": "ava",

0 commit comments

Comments
 (0)