v6.3.26
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.3.18",
|
||||
"version": "6.3.26",
|
||||
"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.3.13",
|
||||
"babel-plugin-syntax-async-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.3.13",
|
||||
"babel-core": "^6.3.13",
|
||||
"babel-core": "^6.3.26",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-traverse": "^6.3.26",
|
||||
"babel-types": "^6.3.18",
|
||||
"babylon": "^6.3.18",
|
||||
"babylon": "^6.3.26",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
"license": "BSD",
|
||||
|
||||
Reference in New Issue
Block a user