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 5da6b4b commit bc5c6a1Copy full SHA for bc5c6a1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-async-hook",
3
- "version": "3.3.1",
+ "version": "3.4.0",
4
"description": "Async hook",
5
"author": "Sébastien Lorber",
6
"license": "MIT",
@@ -31,8 +31,7 @@
31
"npm": ">=5"
32
},
33
"main": "dist/index.js",
34
- "umd:main": "dist/react-async-hook.umd.production.js",
35
- "module": "dist/react-async-hook.es.production.js",
+ "module": "react-async-hook.esm.js",
36
"typings": "dist/index.d.ts",
37
"files": [
38
"dist"
@@ -65,7 +64,7 @@
65
64
"pretty-quick": "^1.10.0",
66
"react": "^16.8.6",
67
"react-dom": "^16.8.6",
68
- "tsdx": "^0.5.7",
+ "tsdx": "^0.7.2",
69
"tslib": "^1.9.3",
70
"typescript": "^3.4.5"
71
}
0 commit comments