We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8e1de commit 251591aCopy full SHA for 251591a
1 file changed
package.json
@@ -1,10 +1,14 @@
1
{
2
"name": "react-use-models",
3
"version": "1.2.0",
4
- "type": "module",
5
"description": "State-based 2-way data binding hook",
6
- "main": "index.js",
7
- "types": "index.d.ts",
+ "type": "module",
+ "types": "./index.d.ts",
+ "main": "./index.js",
8
+ "exports": {
9
10
+ "import": "./index.js"
11
+ },
12
"files": [
13
"index.js",
14
"index.d.ts"
0 commit comments