This commit is contained in:
Nicolò Ribaudo 2018-12-20 13:08:41 +01:00
parent e417437355
commit 21228abfde
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"version": "7.2.3",
"version": "7.2.4",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.2.3",
"version": "7.2.4",
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
@ -12,7 +12,7 @@
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-transform-new-target": "^7.0.0",
"@babel/preset-env": "^7.2.3",
"@babel/standalone": "^7.2.3"
"@babel/standalone": "^7.2.4"
},
"keywords": [
"babel",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.2.3",
"version": "7.2.4",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [