Skip to content

Commit 5ac33d4

Browse files
committed
feat: Add types to package.json
1 parent 22b765a commit 5ac33d4

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
@@ -45,6 +45,7 @@
4545
"react": "^16.0.0",
4646
"react-dom": "^16.0.0"
4747
},
48+
"types": "index.d.ts",
4849
"devDependencies": {
4950
"@types/murmurhash-js": "^1.0.2",
5051
"@types/react": "^16.4.1",
@@ -92,4 +93,4 @@
9293
"tinycolor2": "^1.4.1",
9394
"warning": "^3.0.0"
9495
}
95-
}
96+
}

0 commit comments

Comments
 (0)