Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-helper-flip-expressions@0.1.2
 - babel-plugin-minify-builtins@0.1.2
 - babel-plugin-minify-constant-folding@0.1.2
 - babel-plugin-minify-dead-code-elimination@0.1.7
 - babel-plugin-minify-flip-comparisons@0.1.2
 - babel-plugin-minify-guarded-expressions@0.1.2
 - babel-plugin-minify-infinity@0.1.2
 - babel-plugin-minify-mangle-names@0.1.3
 - babel-plugin-minify-replace@0.1.2
 - babel-plugin-minify-simplify@0.1.2
 - babel-plugin-minify-type-constructors@0.1.2
 - babel-plugin-transform-inline-consecutive-adds@0.1.2
 - babel-plugin-transform-member-expression-literals@6.8.4
 - babel-plugin-transform-merge-sibling-variables@6.8.5
 - babel-plugin-transform-property-literals@6.8.4
 - babel-plugin-transform-remove-console@6.8.4
 - babel-plugin-transform-remove-debugger@6.8.4
 - babel-plugin-transform-remove-undefined@0.1.2
 - babel-plugin-transform-simplify-comparison-operators@6.8.4
 - babel-preset-babili@0.1.3
 - babili@0.1.3
 - gulp-babili@0.1.3
  • Loading branch information
boopathi committed Jun 13, 2017
1 parent 30d5eea commit 5706bea
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 96 deletions.
6 changes: 2 additions & 4 deletions 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.1.1",
"version": "0.1.2",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-helper-flip-expressions",
Expand All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
5 changes: 2 additions & 3 deletions 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.1.1",
"version": "0.1.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 All @@ -14,6 +14,5 @@
"license": "MIT",
"dependencies": {
"babel-helper-evaluate-path": "^0.1.0"
},
"devDependencies": {}
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-minify-constant-folding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-constant-folding",
"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-constant-folding",
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.6",
"version": "0.1.7",
"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 @@ -15,6 +15,5 @@
"babel-helper-mark-eval-scopes": "^0.1.1",
"babel-helper-remove-or-void": "^0.1.1",
"lodash.some": "^4.6.0"
},
"devDependencies": {}
}
}
5 changes: 2 additions & 3 deletions 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.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-flip-comparisons",
Expand All @@ -13,6 +13,5 @@
],
"dependencies": {
"babel-helper-is-void-0": "^0.1.1"
},
"devDependencies": {}
}
}
7 changes: 3 additions & 4 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.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-guarded-expressions",
Expand All @@ -12,7 +12,6 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-flip-expressions": "^0.1.1"
},
"devDependencies": {}
"babel-helper-flip-expressions": "^0.1.2"
}
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-minify-infinity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-infinity",
"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-infinity",
Expand All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
5 changes: 2 additions & 3 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.1.2",
"version": "0.1.3",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-mangle-names",
Expand All @@ -13,6 +13,5 @@
],
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.1.1"
},
"devDependencies": {}
}
}
6 changes: 2 additions & 4 deletions 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.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-replace",
Expand All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
7 changes: 3 additions & 4 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.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-simplify",
Expand All @@ -12,9 +12,8 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-flip-expressions": "^0.1.1",
"babel-helper-flip-expressions": "^0.1.2",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.1.1"
},
"devDependencies": {}
}
}
5 changes: 2 additions & 3 deletions packages/babel-plugin-minify-type-constructors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-type-constructors",
"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-type-constructors",
Expand All @@ -13,6 +13,5 @@
],
"dependencies": {
"babel-helper-is-void-0": "^0.1.1"
},
"devDependencies": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-consecutive-adds",
"version": "0.1.1",
"version": "0.1.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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-member-expression-literals",
"version": "6.8.3",
"version": "6.8.4",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-merge-sibling-variables",
"version": "6.8.4",
"version": "6.8.5",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-property-literals",
"version": "6.8.3",
"version": "6.8.4",
"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 All @@ -13,6 +13,5 @@
],
"dependencies": {
"esutils": "^2.0.2"
},
"devDependencies": {}
}
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-transform-remove-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-console",
"version": "6.8.3",
"version": "6.8.4",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-transform-remove-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-debugger",
"version": "6.8.3",
"version": "6.8.4",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-transform-remove-undefined/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-undefined",
"version": "0.1.1",
"version": "0.1.2",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-simplify-comparison-operators",
"version": "6.8.3",
"version": "6.8.4",
"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 All @@ -10,7 +10,5 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {},
"devDependencies": {}
]
}
41 changes: 20 additions & 21 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.2",
"version": "0.1.3",
"description": "",
"homepage": "https://github.com/babel/babili#readme",
"repository": "https://github.com/babel/babili/tree/master/packages/babel-preset-babili",
Expand All @@ -12,29 +12,28 @@
"babel-preset"
],
"dependencies": {
"babel-plugin-minify-builtins": "^0.1.1",
"babel-plugin-minify-constant-folding": "^0.1.1",
"babel-plugin-minify-dead-code-elimination": "^0.1.6",
"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.2",
"babel-plugin-minify-builtins": "^0.1.2",
"babel-plugin-minify-constant-folding": "^0.1.2",
"babel-plugin-minify-dead-code-elimination": "^0.1.7",
"babel-plugin-minify-flip-comparisons": "^0.1.2",
"babel-plugin-minify-guarded-expressions": "^0.1.2",
"babel-plugin-minify-infinity": "^0.1.2",
"babel-plugin-minify-mangle-names": "^0.1.3",
"babel-plugin-minify-numeric-literals": "^0.1.1",
"babel-plugin-minify-replace": "^0.1.1",
"babel-plugin-minify-simplify": "^0.1.1",
"babel-plugin-minify-type-constructors": "^0.1.1",
"babel-plugin-transform-inline-consecutive-adds": "^0.1.1",
"babel-plugin-transform-member-expression-literals": "^6.8.3",
"babel-plugin-transform-merge-sibling-variables": "^6.8.4",
"babel-plugin-minify-replace": "^0.1.2",
"babel-plugin-minify-simplify": "^0.1.2",
"babel-plugin-minify-type-constructors": "^0.1.2",
"babel-plugin-transform-inline-consecutive-adds": "^0.1.2",
"babel-plugin-transform-member-expression-literals": "^6.8.4",
"babel-plugin-transform-merge-sibling-variables": "^6.8.5",
"babel-plugin-transform-minify-booleans": "^6.8.2",
"babel-plugin-transform-property-literals": "^6.8.3",
"babel-plugin-transform-property-literals": "^6.8.4",
"babel-plugin-transform-regexp-constructors": "^0.1.1",
"babel-plugin-transform-remove-console": "^6.8.3",
"babel-plugin-transform-remove-debugger": "^6.8.3",
"babel-plugin-transform-remove-undefined": "^0.1.1",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.3",
"babel-plugin-transform-remove-console": "^6.8.4",
"babel-plugin-transform-remove-debugger": "^6.8.4",
"babel-plugin-transform-remove-undefined": "^0.1.2",
"babel-plugin-transform-simplify-comparison-operators": "^6.8.4",
"babel-plugin-transform-undefined-to-void": "^6.8.2",
"lodash.isplainobject": "^4.0.6"
},
"devDependencies": {}
}
}
7 changes: 3 additions & 4 deletions packages/babili/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babili",
"version": "0.1.2",
"version": "0.1.3",
"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,6 @@
],
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-babili": "^0.1.2"
},
"devDependencies": {}
"babel-preset-babili": "^0.1.3"
}
}

0 comments on commit 5706bea

Please sign in to comment.