Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-minify-mangle-names@0.1.2
 - babel-preset-babili@0.1.2
 - babili@0.1.2
 - gulp-babili@0.1.2
  • Loading branch information
boopathi committed May 23, 2017
1 parent 0bcd297 commit 7fefe4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.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-mangle-names",
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.1.2",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -18,7 +18,7 @@
"babel-plugin-minify-flip-comparisons": "^0.1.1",
"babel-plugin-minify-guarded-expressions": "^0.1.1",
"babel-plugin-minify-infinity": "^0.1.1",
"babel-plugin-minify-mangle-names": "^0.1.1",
"babel-plugin-minify-mangle-names": "^0.1.2",
"babel-plugin-minify-numeric-literals": "^0.1.1",
"babel-plugin-minify-replace": "^0.1.1",
"babel-plugin-minify-simplify": "^0.1.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.1.1",
"version": "0.1.2",
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babili",
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-babili": "^0.1.1"
"babel-preset-babili": "^0.1.2"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions packages/gulp-babili/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-babili",
"version": "0.1.1",
"version": "0.1.2",
"description": "Gulp Babili",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/gulp-babili",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"babel-core": "^6.24.1",
"babel-preset-babili": "^0.1.1",
"babel-preset-babili": "^0.1.2",
"gulp-util": "^3.0.8",
"through2": "^2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
Expand Down

0 comments on commit 7fefe4a

Please sign in to comment.