Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-helper-mark-eval-scopes@0.0.3
 - babel-helper-to-multiple-sequence-expressions@0.0.4
 - babel-plugin-minify-builtins@0.0.2
 - babel-plugin-minify-dead-code-elimination@0.1.4
 - babel-plugin-minify-mangle-names@0.0.8
 - babel-plugin-minify-replace@0.0.4
 - babel-plugin-minify-simplify@0.0.8
 - babel-plugin-minify-type-constructors@0.0.4
 - babel-plugin-transform-regexp-constructors@0.0.6
 - babel-plugin-transform-remove-console@6.8.1
 - babel-plugin-transform-remove-debugger@6.8.1
 - babel-preset-babili@0.0.12
 - babili@0.0.12
 - gulp-babili@0.0.2
  • Loading branch information
boopathi committed Mar 3, 2017
1 parent d41e67e commit 8850501
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 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.2",
"version": "0.0.3",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-to-multiple-sequence-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-helper-to-multiple-sequence-expressions",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-builtins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-builtins",
"version": "0.0.1",
"version": "0.0.2",
"description": "Minify Standard built-in Objects",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-builtins",
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.3",
"version": "0.1.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 All @@ -12,7 +12,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.0.2",
"babel-helper-mark-eval-scopes": "^0.0.3",
"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.7",
"version": "0.0.8",
"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.2"
"babel-helper-mark-eval-scopes": "^0.0.3"
},
"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.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-replace",
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.7",
"version": "0.0.8",
"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.2",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.0.3"
"babel-helper-to-multiple-sequence-expressions": "^0.0.4"
},
"devDependencies": {}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-type-constructors",
"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-type-constructors",
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.5",
"version": "0.0.6",
"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-console",
"version": "6.8.0",
"version": "6.8.1",
"description": "Remove all console.* calls.",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-remove-console",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-debugger",
"version": "6.8.0",
"version": "6.8.1",
"description": "Remove debugger statements",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-transform-remove-debugger",
Expand Down
18 changes: 9 additions & 9 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.11",
"version": "0.0.12",
"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-builtins": "^0.0.1",
"babel-plugin-minify-builtins": "^0.0.2",
"babel-plugin-minify-constant-folding": "^0.0.4",
"babel-plugin-minify-dead-code-elimination": "^0.1.3",
"babel-plugin-minify-dead-code-elimination": "^0.1.4",
"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.7",
"babel-plugin-minify-mangle-names": "^0.0.8",
"babel-plugin-minify-numeric-literals": "^0.0.1",
"babel-plugin-minify-replace": "^0.0.1",
"babel-plugin-minify-simplify": "^0.0.7",
"babel-plugin-minify-type-constructors": "^0.0.3",
"babel-plugin-minify-simplify": "^0.0.8",
"babel-plugin-minify-type-constructors": "^0.0.4",
"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.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-regexp-constructors": "^0.0.6",
"babel-plugin-transform-remove-console": "^6.8.1",
"babel-plugin-transform-remove-debugger": "^6.8.1",
"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",
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.11",
"version": "0.0.12",
"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 @@ -15,7 +15,7 @@
"babel-preset"
],
"dependencies": {
"babel-preset-babili": "^0.0.11",
"babel-preset-babili": "^0.0.12",
"babel-cli": "^6.10.1"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-babili/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-babili",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gulp Babili",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/gulp-babili",
Expand Down

0 comments on commit 8850501

Please sign in to comment.