Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-helper-to-multiple-sequence-expressions@0.0.2
 - babel-plugin-minify-dead-code-elimination@0.1.0
 - babel-plugin-minify-mangle-names@0.0.4
 - babel-plugin-minify-numeric-literals@0.0.1
 - babel-plugin-minify-simplify@0.0.4
 - babel-plugin-minify-type-constructors@0.0.2
 - babel-plugin-transform-regexp-constructors@0.0.1
 - babel-preset-babili@0.0.8
 - babili@0.0.8
  • Loading branch information
hzoo committed Oct 31, 2016
1 parent e6fc16e commit c8e9249
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-to-multiple-sequence-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-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.0.4",
"version": "0.1.0",
"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-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.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-mangle-names",
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.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-simplify",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"babel-helper-flip-expressions": "^0.0.1",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.0.1"
"babel-helper-to-multiple-sequence-expressions": "^0.0.2"
},
"devDependencies": {}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-type-constructors",
"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-type-constructors",
Expand Down
10 changes: 5 additions & 5 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.5",
"version": "0.0.8",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -13,15 +13,15 @@
],
"dependencies": {
"babel-plugin-minify-constant-folding": "^0.0.1",
"babel-plugin-minify-dead-code-elimination": "^0.0.4",
"babel-plugin-minify-dead-code-elimination": "^0.1.0",
"babel-plugin-minify-flip-comparisons": "^0.0.1",
"babel-plugin-minify-guarded-expressions": "^0.0.3",
"babel-plugin-minify-infinity": "^0.0.1",
"babel-plugin-minify-mangle-names": "^0.0.3",
"babel-plugin-minify-mangle-names": "^0.0.4",
"babel-plugin-minify-numeric-literals": "^0.0.1",
"babel-plugin-minify-replace": "^0.0.1",
"babel-plugin-minify-simplify": "^0.0.3",
"babel-plugin-minify-type-constructors": "^0.0.1",
"babel-plugin-minify-simplify": "^0.0.4",
"babel-plugin-minify-type-constructors": "^0.0.2",
"babel-plugin-transform-member-expression-literals": "^6.8.0",
"babel-plugin-transform-merge-sibling-variables": "^6.8.0",
"babel-plugin-transform-minify-booleans": "^6.8.0",
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.7",
"version": "0.0.8",
"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.5",
"babel-preset-babili": "^0.0.8",
"babel-cli": "^6.10.1"
},
"devDependencies": {}
Expand Down

0 comments on commit c8e9249

Please sign in to comment.