Skip to content

Commit e9465e1

Browse files
use jsnext main
1 parent 948e46e commit e9465e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## react-coroutine v1.0.3
2+
3+
* Use `jsnext:main` instead of `pkg.module` because of Webpack 2 issue
4+
15
## react-coroutine v1.0.2
26

37
* Fix compatibility issue with polyfilled Promises

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-coroutine",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
6-
"module": "modules/Coroutine.js",
6+
"jsnext:main": "modules/Coroutine.js",
77
"scripts": {
88
"test": "jest",
99
"prepublish": "rollup --format cjs --config rollup.config.js modules/Coroutine.js > lib/Coroutine.js"

0 commit comments

Comments
 (0)