Skip to content

Commit 6e91a9f

Browse files
committed
chore: standardize package type entry
1 parent db88a32 commit 6e91a9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"license": "MIT",
2222
"main": "./lib/index",
2323
"module": "./es/index",
24-
"typings": "es/index.d.ts",
2524
"files": [
2625
"es",
2726
"lib"
@@ -87,5 +86,6 @@
8786
},
8887
"publishConfig": {
8988
"access": "public"
90-
}
89+
},
90+
"types": "./es/index.d.ts"
9191
}

0 commit comments

Comments
 (0)