v7.2.5
This commit is contained in:
parent
bc347bab7a
commit
f130981546
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.2.4",
|
"version": "7.2.5",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/polyfill",
|
"name": "@babel/polyfill",
|
||||||
"version": "7.2.3",
|
"version": "7.2.5",
|
||||||
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env-standalone",
|
"name": "@babel/preset-env-standalone",
|
||||||
"version": "7.2.4",
|
"version": "7.2.5",
|
||||||
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
||||||
"main": "babel-preset-env.js",
|
"main": "babel-preset-env.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
||||||
"@babel/plugin-transform-new-target": "^7.0.0",
|
"@babel/plugin-transform-new-target": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.2.3",
|
"@babel/preset-env": "^7.2.3",
|
||||||
"@babel/standalone": "^7.2.4"
|
"@babel/standalone": "^7.2.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel",
|
"babel",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.2.4",
|
"version": "7.2.5",
|
||||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||||
"main": "babel.js",
|
"main": "babel.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user