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:
Ben Newman
2016-12-08 10:13:53 -05:00
committed by Henry Zhu
parent d1c640ea61
commit 44fe114939

View File

@@ -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",