Skip to content

Commit 63468ec

Browse files
committed
Fix package.types
1 parent 82707ea commit 63468ec

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
@@ -16,7 +16,7 @@
1616
"license": "ISC",
1717
"author": "Abraham Schilling <AbrahamSchilling@gmail.com>",
1818
"main": "dist/index.js",
19-
"types": "dist/types.d.ts",
19+
"types": "dist/index.d.ts",
2020
"scripts": {
2121
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
2222
"prepack": "tsc --project tsconfig.build.json"

0 commit comments

Comments
 (0)