We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a3320 commit 1c325b0Copy full SHA for 1c325b0
package.json
@@ -4,6 +4,18 @@
4
"main": "lib/cjs/index.js",
5
"types": "lib/cjs/index.d.ts",
6
"module": "lib/esm/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./esm/index.d.ts",
10
+ "import": "./esm/index.js",
11
+ "require": "./cjs/index.js"
12
+ },
13
+ "./*": {
14
+ "types": "./esm/*.d.ts",
15
+ "import": "./esm/*.js",
16
+ "require": "./cjs/*.js"
17
+ }
18
19
"repository": {
20
"type": "git",
21
"url": "git+https://github.com/jquense/react-common-hooks.git"
0 commit comments