Skip to content

Commit

Permalink
v7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 23, 2019
1 parent 554b87a commit 2f92e4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.6.1",
"version": "7.6.2",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -19,7 +19,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "^7.6.0",
"@babel/register": "^7.6.2",
"commander": "^2.8.1",
"core-js": "^3.2.1",
"lodash": "^4.17.13",
Expand All @@ -31,8 +31,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/helper-fixtures": "^7.6.0",
"@babel/core": "^7.6.2",
"@babel/helper-fixtures": "^7.6.2",
"fs-readdir-recursive": "^1.0.0",
"output-file-sync": "^2.0.0"
},
Expand Down

0 comments on commit 2f92e4d

Please sign in to comment.