This commit is contained in:
Henry Zhu
2015-12-03 22:48:04 -05:00
parent aa6dc5d153
commit b515fa8db8
8 changed files with 14 additions and 14 deletions

View File

@@ -2,16 +2,16 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.2.0",
"version": "6.3.2",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-core": "^6.2.0",
"babel-core": "^6.3.2",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.2.0",
"babel-traverse": "^6.3.2",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"private": "~0.1.5"