Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
boopathi committed Sep 24, 2018
1 parent f00c588 commit 4de3900
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/babel-helper-evaluate-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-evaluate-path",
"version": "0.4.3",
"version": "0.5.0",
"description": "path.evaluate wrapped in a try catch",
"keywords": [
"babel-minify",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-to-multiple-sequence-expressions",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-minify",
"version": "0.4.3",
"version": "0.5.0",
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
"keywords": [
"babel-minify",
Expand All @@ -19,7 +19,7 @@
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
"dependencies": {
"@babel/core": "^7.1.0",
"babel-preset-minify": "^0.4.3",
"babel-preset-minify": "^0.5.0",
"fs-readdir-recursive": "^1.1.0",
"lodash.pick": "^4.4.0",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-builtins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-builtins",
"version": "0.4.3",
"version": "0.5.0",
"description": "Minify Standard built-in Objects",
"keywords": [
"babel-plugin",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-minify-constant-folding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-constant-folding",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding",
"dependencies": {
"babel-helper-evaluate-path": "^0.4.3"
"babel-helper-evaluate-path": "^0.5.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-dead-code-elimination",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,7 +12,7 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination",
"dependencies": {
"babel-helper-evaluate-path": "^0.4.3",
"babel-helper-evaluate-path": "^0.5.0",
"babel-helper-mark-eval-scopes": "^0.4.3",
"babel-helper-remove-or-void": "^0.4.3",
"lodash.some": "^4.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-mangle-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-mangle-names",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-replace",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-minify-simplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-simplify",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -14,6 +14,6 @@
"dependencies": {
"babel-helper-flip-expressions": "^0.4.3",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.4.3"
"babel-helper-to-multiple-sequence-expressions": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-remove-undefined/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-undefined",
"version": "0.4.3",
"version": "0.5.0",
"description": "This removes rvals that are equivalent to undefined wherever possible",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined",
"dependencies": {
"babel-helper-evaluate-path": "^0.4.3"
"babel-helper-evaluate-path": "^0.5.0"
}
}
16 changes: 8 additions & 8 deletions packages/babel-preset-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-minify",
"version": "0.4.3",
"version": "0.5.0",
"description": "",
"keywords": [
"babel-minify",
Expand All @@ -14,16 +14,16 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-preset-minify",
"dependencies": {
"babel-plugin-minify-builtins": "^0.4.3",
"babel-plugin-minify-constant-folding": "^0.4.3",
"babel-plugin-minify-dead-code-elimination": "^0.4.3",
"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-flip-comparisons": "^0.4.3",
"babel-plugin-minify-guarded-expressions": "^0.4.3",
"babel-plugin-minify-infinity": "^0.4.3",
"babel-plugin-minify-mangle-names": "^0.4.3",
"babel-plugin-minify-mangle-names": "^0.5.0",
"babel-plugin-minify-numeric-literals": "^0.4.3",
"babel-plugin-minify-replace": "^0.4.3",
"babel-plugin-minify-simplify": "^0.4.3",
"babel-plugin-minify-replace": "^0.5.0",
"babel-plugin-minify-simplify": "^0.5.0",
"babel-plugin-minify-type-constructors": "^0.4.3",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
"babel-plugin-transform-member-expression-literals": "^6.9.4",
Expand All @@ -33,7 +33,7 @@
"babel-plugin-transform-regexp-constructors": "^0.4.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-debugger": "^6.9.4",
"babel-plugin-transform-remove-undefined": "^0.4.3",
"babel-plugin-transform-remove-undefined": "^0.5.0",
"babel-plugin-transform-simplify-comparison-operators": "^6.9.4",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
"lodash.isplainobject": "^4.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/gulp-babel-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-babel-minify",
"version": "0.4.3",
"version": "0.5.0",
"description": "Babel Minify plugin for Gulp",
"keywords": [
"babel-minify",
Expand All @@ -14,7 +14,7 @@
"repository": "https://github.com/babel/minify/tree/master/packages/gulp-babel-minify",
"dependencies": {
"@babel/core": "^7.1.0",
"babel-preset-minify": "^0.4.3",
"babel-preset-minify": "^0.5.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion utils/test-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-transform",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"main": "lib/test-transform.js"
}

0 comments on commit 4de3900

Please sign in to comment.