Update to the latest version of regenerator that uses the MIT license (#6992)

This commit is contained in:
Henry Zhu
2017-12-07 15:32:36 -05:00
committed by GitHub
parent ac745ded0d
commit d6db5fb1e1
3 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"core-js": "^2.4.0",
"regenerator-runtime": "^0.11.0"
"regenerator-runtime": "^0.11.1"
}
}