Compare commits

...

4 Commits

Author SHA1 Message Date
Nicolò Ribaudo
f130981546 v7.2.5 2018-12-21 23:32:48 +01:00
Nicolò Ribaudo
bc347bab7a Add @babel/helpers to devDependencies of runtime and runtime-corejs2 (#9222) 2018-12-21 10:08:47 +01:00
Nicolò Ribaudo
21228abfde v7.2.4 2018-12-20 13:08:41 +01:00
Nicolò Ribaudo
e417437355 Minify standalone 2018-12-20 12:50:41 +01:00
7 changed files with 12 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ prepublish:
make test
publish: prepublish
./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/standalone,@babel/preset-env-standalone"
./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/standalone,@babel/preset-env-standalone" --require-scripts
make clean
bootstrap: clean-all

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/polyfill",
"version": "7.2.3",
"version": "7.2.5",
"description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.2.3",
"version": "7.2.5",
"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.5"
},
"keywords": [
"babel",

View File

@@ -11,5 +11,8 @@
"dependencies": {
"core-js": "^2.5.7",
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.2.0"
}
}

View File

@@ -10,5 +10,8 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.2.0"
}
}

View File

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