Skip to content

Commit 4de3900

Browse files
committed
Publish
- babel-helper-evaluate-path@0.5.0 - babel-helper-to-multiple-sequence-expressions@0.5.0 - babel-minify@0.5.0 - babel-plugin-minify-builtins@0.5.0 - babel-plugin-minify-constant-folding@0.5.0 - babel-plugin-minify-dead-code-elimination@0.5.0 - babel-plugin-minify-mangle-names@0.5.0 - babel-plugin-minify-replace@0.5.0 - babel-plugin-minify-simplify@0.5.0 - babel-plugin-transform-remove-undefined@0.5.0 - babel-preset-minify@0.5.0 - gulp-babel-minify@0.5.0 - test-transform@0.0.4
1 parent f00c588 commit 4de3900

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

packages/babel-helper-evaluate-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-helper-evaluate-path",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "path.evaluate wrapped in a try catch",
55
"keywords": [
66
"babel-minify",

packages/babel-helper-to-multiple-sequence-expressions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-helper-to-multiple-sequence-expressions",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"

packages/babel-minify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-minify",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
55
"keywords": [
66
"babel-minify",
@@ -19,7 +19,7 @@
1919
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
2020
"dependencies": {
2121
"@babel/core": "^7.1.0",
22-
"babel-preset-minify": "^0.4.3",
22+
"babel-preset-minify": "^0.5.0",
2323
"fs-readdir-recursive": "^1.1.0",
2424
"lodash.pick": "^4.4.0",
2525
"mkdirp": "^0.5.1",

packages/babel-plugin-minify-builtins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-builtins",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Minify Standard built-in Objects",
55
"keywords": [
66
"babel-plugin",

packages/babel-plugin-minify-constant-folding/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-constant-folding",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"
@@ -12,6 +12,6 @@
1212
"main": "lib/index.js",
1313
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding",
1414
"dependencies": {
15-
"babel-helper-evaluate-path": "^0.4.3"
15+
"babel-helper-evaluate-path": "^0.5.0"
1616
}
1717
}

packages/babel-plugin-minify-dead-code-elimination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-dead-code-elimination",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"
@@ -12,7 +12,7 @@
1212
"main": "lib/index.js",
1313
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination",
1414
"dependencies": {
15-
"babel-helper-evaluate-path": "^0.4.3",
15+
"babel-helper-evaluate-path": "^0.5.0",
1616
"babel-helper-mark-eval-scopes": "^0.4.3",
1717
"babel-helper-remove-or-void": "^0.4.3",
1818
"lodash.some": "^4.6.0"

packages/babel-plugin-minify-mangle-names/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-mangle-names",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"

packages/babel-plugin-minify-replace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-replace",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"

packages/babel-plugin-minify-simplify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-minify-simplify",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "",
55
"keywords": [
66
"babel-plugin"
@@ -14,6 +14,6 @@
1414
"dependencies": {
1515
"babel-helper-flip-expressions": "^0.4.3",
1616
"babel-helper-is-nodes-equiv": "^0.0.1",
17-
"babel-helper-to-multiple-sequence-expressions": "^0.4.3"
17+
"babel-helper-to-multiple-sequence-expressions": "^0.5.0"
1818
}
1919
}

packages/babel-plugin-transform-remove-undefined/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-remove-undefined",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "This removes rvals that are equivalent to undefined wherever possible",
55
"keywords": [
66
"babel-plugin"
@@ -12,6 +12,6 @@
1212
"main": "lib/index.js",
1313
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined",
1414
"dependencies": {
15-
"babel-helper-evaluate-path": "^0.4.3"
15+
"babel-helper-evaluate-path": "^0.5.0"
1616
}
1717
}

0 commit comments

Comments
 (0)