Skip to content

Commit 90b2656

Browse files
authored
Merge pull request #49 from erhathaway/patch-1
Export types
2 parents 308915c + 5ae0e00 commit 90b2656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "David Tang",
66
"private": false,
77
"main": "lib/index.js",
8+
"types": "lib/index.d.ts",
89
"sideEffects": false,
910
"browserslist": [
1011
"maintained node versions",
@@ -61,4 +62,4 @@
6162
"react-dom": "^16.12.0",
6263
"react-test-renderer": "^16.12.0"
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)