Skip to content

Commit bc5c6a1

Browse files
committed
upgrade tsdx to fix bad ES output
1 parent 5da6b4b commit bc5c6a1

File tree

2 files changed

+888
-102
lines changed

2 files changed

+888
-102
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-hook",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "Async hook",
55
"author": "Sébastien Lorber",
66
"license": "MIT",
@@ -31,8 +31,7 @@
3131
"npm": ">=5"
3232
},
3333
"main": "dist/index.js",
34-
"umd:main": "dist/react-async-hook.umd.production.js",
35-
"module": "dist/react-async-hook.es.production.js",
34+
"module": "react-async-hook.esm.js",
3635
"typings": "dist/index.d.ts",
3736
"files": [
3837
"dist"
@@ -65,7 +64,7 @@
6564
"pretty-quick": "^1.10.0",
6665
"react": "^16.8.6",
6766
"react-dom": "^16.8.6",
68-
"tsdx": "^0.5.7",
67+
"tsdx": "^0.7.2",
6968
"tslib": "^1.9.3",
7069
"typescript": "^3.4.5"
7170
}

0 commit comments

Comments
 (0)