Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-helper-flip-expressions@0.0.2
 - babel-helper-to-multiple-sequence-expressions@0.0.3
 - babel-plugin-minify-dead-code-elimination@0.1.2
 - babel-plugin-minify-flip-comparisons@0.0.2
 - babel-plugin-minify-guarded-expressions@0.0.4
 - babel-plugin-minify-mangle-names@0.0.6
 - babel-plugin-minify-simplify@0.0.6
 - babel-plugin-minify-type-constructors@0.0.3
 - babel-plugin-transform-inline-consecutive-adds@0.0.2
 - babel-plugin-transform-inline-environment-variables@0.0.2
 - babel-plugin-transform-member-expression-literals@6.8.1
 - babel-plugin-transform-merge-sibling-variables@6.8.1
 - babel-plugin-transform-node-env-inline@0.0.2
 - babel-plugin-transform-property-literals@6.8.1
 - babel-plugin-transform-regexp-constructors@0.0.5
 - babel-plugin-transform-remove-undefined@0.0.4
 - babel-plugin-transform-simplify-comparison-operators@6.8.1
 - babel-preset-babili@0.0.10
 - babili@0.0.10
  • Loading branch information
kangax committed Jan 17, 2017
1 parent 8da8da2 commit 50e4e95
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/babel-helper-flip-expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-flip-expressions",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-helper-flip-expressions",
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.0.2",
"version": "0.0.3",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-helper-to-multiple-sequence-expressions",
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.1",
"version": "0.1.2",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-dead-code-elimination",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-flip-comparisons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-flip-comparisons",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-flip-comparisons",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-minify-guarded-expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-guarded-expressions",
"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-guarded-expressions",
Expand All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-flip-expressions": "^0.0.1"
"babel-helper-flip-expressions": "^0.0.2"
},
"devDependencies": {}
}
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.0.5",
"version": "0.0.6",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-mangle-names",
Expand Down
6 changes: 3 additions & 3 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.0.5",
"version": "0.0.6",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-simplify",
Expand All @@ -12,9 +12,9 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-flip-expressions": "^0.0.1",
"babel-helper-flip-expressions": "^0.0.2",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.0.2"
"babel-helper-to-multiple-sequence-expressions": "^0.0.3"
},
"devDependencies": {}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-type-constructors",
"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-type-constructors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-consecutive-adds",
"version": "0.0.1",
"version": "0.0.2",
"description": "This plugin inlines consecutive property assignments, array pushes, etc.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-inline-consecutive-adds",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-environment-variables",
"version": "0.0.1",
"version": "0.0.2",
"description": "Inline environment variables.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-inline-environment-variables",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-member-expression-literals",
"version": "6.8.0",
"version": "6.8.1",
"description": "Turn valid member expression property literals into plain identifiers",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-member-expression-literals",
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.0",
"version": "6.8.1",
"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-node-env-inline",
"version": "0.0.1",
"version": "0.0.2",
"description": "Inline the `NODE_ENV` environment variable and evaluate it if possible",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-node-env-inline",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-property-literals",
"version": "6.8.0",
"version": "6.8.1",
"description": "Turn valid property key literals to plain identifiers",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-property-literals",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-regexp-constructors",
"version": "0.0.4",
"version": "0.0.5",
"description": "This changes RegExp constructors into literals if the RegExp arguments are strings.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-regexp-constructors",
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.3",
"version": "0.0.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-simplify-comparison-operators",
"version": "6.8.0",
"version": "6.8.1",
"description": "Convert === and !== to == and != if their types are inferred to be the same.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-simplify-comparison-operators",
Expand Down
28 changes: 14 additions & 14 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.9",
"version": "0.0.10",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -13,25 +13,25 @@
],
"dependencies": {
"babel-plugin-minify-constant-folding": "^0.0.3",
"babel-plugin-minify-dead-code-elimination": "^0.1.1",
"babel-plugin-minify-flip-comparisons": "^0.0.1",
"babel-plugin-minify-guarded-expressions": "^0.0.3",
"babel-plugin-minify-dead-code-elimination": "^0.1.2",
"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.5",
"babel-plugin-minify-mangle-names": "^0.0.6",
"babel-plugin-minify-numeric-literals": "^0.0.1",
"babel-plugin-minify-replace": "^0.0.1",
"babel-plugin-minify-simplify": "^0.0.5",
"babel-plugin-minify-type-constructors": "^0.0.2",
"babel-plugin-transform-inline-consecutive-adds": "^0.0.1",
"babel-plugin-transform-member-expression-literals": "^6.8.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.0",
"babel-plugin-minify-simplify": "^0.0.6",
"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-minify-booleans": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.0",
"babel-plugin-transform-regexp-constructors": "^0.0.4",
"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.3",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.0",
"babel-plugin-transform-remove-undefined": "^0.0.4",
"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.9",
"version": "0.0.10",
"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.9",
"babel-preset-babili": "^0.0.10",
"babel-cli": "^6.10.1"
},
"devDependencies": {}
Expand Down

0 comments on commit 50e4e95

Please sign in to comment.