Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-helper-mark-eval-scopes@0.0.2
 - babel-plugin-minify-constant-folding@0.0.4
 - babel-plugin-minify-dead-code-elimination@0.1.3
 - babel-plugin-minify-mangle-names@0.0.7
 - babel-plugin-minify-replace@0.0.3
 - babel-plugin-minify-simplify@0.0.7
 - babel-plugin-transform-merge-sibling-variables@6.8.2
 - babel-plugin-transform-remove-undefined@0.0.5
 - babel-preset-babili@0.0.11
 - babili@0.0.11
  • Loading branch information
boopathi committed Feb 8, 2017
1 parent 1211936 commit f4ba1ac
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/babel-helper-mark-eval-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-mark-eval-scopes",
"version": "0.0.1",
"version": "0.0.2",
"description": "Mark scopes for deopt which contain a direct eval call",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-helper-mark-eval-scopes",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "0.0.4",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-constant-folding",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-dead-code-elimination",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-dead-code-elimination",
Expand All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.0.1",
"babel-helper-mark-eval-scopes": "^0.0.2",
"babel-helper-remove-or-void": "^0.0.1",
"lodash.some": "^4.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.0.6",
"version": "0.0.7",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-mangle-names",
Expand All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.0.1"
"babel-helper-mark-eval-scopes": "^0.0.2"
},
"devDependencies": {}
}
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.0.2",
"version": "0.0.3",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-replace",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.6",
"version": "0.0.7",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-simplify",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-merge-sibling-variables",
"version": "6.8.1",
"version": "6.8.2",
"description": "Merge sibling variables into one.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-merge-sibling-variables",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-undefined",
"version": "0.0.4",
"version": "0.0.5",
"description": "This removes rvals that are equivalent to undefined wherever possible",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-remove-undefined",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-babili/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-babili",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -12,25 +12,25 @@
"babel-preset"
],
"dependencies": {
"babel-plugin-minify-constant-folding": "^0.0.3",
"babel-plugin-minify-dead-code-elimination": "^0.1.2",
"babel-plugin-minify-constant-folding": "^0.0.4",
"babel-plugin-minify-dead-code-elimination": "^0.1.3",
"babel-plugin-minify-flip-comparisons": "^0.0.2",
"babel-plugin-minify-guarded-expressions": "^0.0.4",
"babel-plugin-minify-infinity": "^0.0.3",
"babel-plugin-minify-mangle-names": "^0.0.6",
"babel-plugin-minify-mangle-names": "^0.0.7",
"babel-plugin-minify-numeric-literals": "^0.0.1",
"babel-plugin-minify-replace": "^0.0.1",
"babel-plugin-minify-simplify": "^0.0.6",
"babel-plugin-minify-simplify": "^0.0.7",
"babel-plugin-minify-type-constructors": "^0.0.3",
"babel-plugin-transform-inline-consecutive-adds": "^0.0.2",
"babel-plugin-transform-member-expression-literals": "^6.8.1",
"babel-plugin-transform-merge-sibling-variables": "^6.8.1",
"babel-plugin-transform-merge-sibling-variables": "^6.8.2",
"babel-plugin-transform-minify-booleans": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.1",
"babel-plugin-transform-regexp-constructors": "^0.0.5",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-plugin-transform-remove-debugger": "^6.8.0",
"babel-plugin-transform-remove-undefined": "^0.0.4",
"babel-plugin-transform-remove-undefined": "^0.0.5",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.1",
"babel-plugin-transform-undefined-to-void": "^6.8.0",
"lodash.isplainobject": "^4.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/babili/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babili",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babili",
Expand All @@ -15,7 +15,7 @@
"babel-preset"
],
"dependencies": {
"babel-preset-babili": "^0.0.10",
"babel-preset-babili": "^0.0.11",
"babel-cli": "^6.10.1"
},
"devDependencies": {}
Expand Down

0 comments on commit f4ba1ac

Please sign in to comment.