Skip to content

Commit d32bed7

Browse files
committed
Pick up fix to regenerator!
Now that facebook/regenerator#135 is fixed, this works like a charm.
1 parent ae99799 commit d32bed7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ $ node .
2727
# Run the generated code.
2828
$ node out.js
2929
```
30-
31-
Currently, everything seems to work except the `catch` block around the `await`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
"react-tools": "^0.11.2",
1414
"recast": "^0.9.1",
15-
"regenerator": "^0.6.9"
15+
"regenerator": "^0.6.10"
1616
}
1717
}

0 commit comments

Comments
 (0)