Skip to content

Commit

Permalink
v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 6, 2019
1 parent 3e5337f commit 79c93fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.5.5",
"version": "7.6.0",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -19,8 +19,8 @@
"compiler"
],
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/register": "^7.5.5",
"@babel/polyfill": "^7.6.0",
"@babel/register": "^7.6.0",
"commander": "^2.8.1",
"lodash": "^4.17.13",
"node-environment-flags": "^1.0.5",
Expand All @@ -30,8 +30,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/helper-fixtures": "^7.5.5",
"@babel/core": "^7.6.0",
"@babel/helper-fixtures": "^7.6.0",
"fs-readdir-recursive": "^1.0.0",
"output-file-sync": "^2.0.0"
},
Expand Down

0 comments on commit 79c93fe

Please sign in to comment.