This commit is contained in:
Nicolò Ribaudo
2020-01-30 13:18:09 +01:00
parent 92c6807ae8
commit 5c2e6bc07f
18 changed files with 52 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.8.3",
"version": "7.8.4",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -32,9 +32,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/helper-fixtures": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"