Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-minify-dead-code-elimination@0.0.4
 - babel-plugin-minify-guarded-expressions@0.0.3
 - babel-preset-babili@0.0.5
 - babili@0.0.7
  • Loading branch information
hzoo committed Oct 7, 2016
1 parent a83cee0 commit 4234a5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-dead-code-elimination",
"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-dead-code-elimination",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-guarded-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-plugin-minify-guarded-expressions",
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.0.5",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -13,9 +13,9 @@
],
"dependencies": {
"babel-plugin-minify-constant-folding": "^0.0.1",
"babel-plugin-minify-dead-code-elimination": "^0.0.3",
"babel-plugin-minify-dead-code-elimination": "^0.0.4",
"babel-plugin-minify-flip-comparisons": "^0.0.1",
"babel-plugin-minify-guarded-expressions": "^0.0.2",
"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-replace": "^0.0.1",
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.6",
"version": "0.0.7",
"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.4",
"babel-preset-babili": "^0.0.5",
"babel-cli": "^6.10.1"
},
"devDependencies": {}
Expand Down

0 comments on commit 4234a5f

Please sign in to comment.