This commit is contained in:
Nicolò Ribaudo
2020-05-27 21:56:37 +00:00
parent 32bd530f25
commit 88f57a7ea6
145 changed files with 1037 additions and 1037 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.10.0",
"version": "7.10.1",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -9,17 +9,17 @@
"access": "public"
},
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.10.0",
"@babel/traverse": "^7.10.0",
"@babel/types": "^7.10.0"
"@babel/template": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/helper-plugin-test-runner": "^7.10.1"
}
}