v6.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-functions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile async functions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-async-functions": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user