Upgrade Regenerator to v0.8.39

Most notably, this release fixes a bug that made it difficult for Promise implementations to track unhandled rejections when using async functions: 3d8ee21f3a
This commit is contained in:
Ben Newman 2015-09-22 11:16:22 -04:00
parent 75cd1a5531
commit 5553fddd84

View File

@ -63,7 +63,7 @@
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"private": "^0.1.6",
"regenerator": "0.8.35",
"regenerator": "0.8.39",
"regexpu": "^1.1.2",
"repeating": "^1.1.2",
"resolve": "^1.1.6",
@ -75,4 +75,4 @@
"trim-right": "^1.0.0",
"try-resolve": "^1.0.0"
}
}
}