v7.10.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.10.0",
|
||||
"version": "7.10.1",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -9,8 +9,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/babel/babel.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-generator"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
@@ -18,13 +18,13 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "^7.10.0",
|
||||
"@babel/types": "^7.10.1",
|
||||
"jsesc": "^2.5.1",
|
||||
"lodash": "^4.17.13",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-fixtures": "^7.8.6",
|
||||
"@babel/parser": "^7.10.0"
|
||||
"@babel/helper-fixtures": "^7.10.1",
|
||||
"@babel/parser": "^7.10.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user