Upgrade regenerator-runtime to version 0.10.0. (#4877)
This changes the behavior of `runtime.awrap` to match the output of https://github.com/leebyron/async-to-gen.
See this commit for further explanation of why this change is a good idea: e62a7e5008
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"dependencies": {
|
||||
"core-js": "^2.4.0",
|
||||
"regenerator-runtime": "^0.9.5"
|
||||
"regenerator-runtime": "^0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user