Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 33 changed files with 80 additions and 102 deletions.
6 changes: 2 additions & 4 deletions packages/babel-helper-evaluate-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-evaluate-path",
"version": "0.1.0",
"version": "0.2.0",
"description": "path.evaluate wrapped in a try catch",
"keywords": [
"babel-minify",
Expand All @@ -11,7 +11,5 @@
"license": "MIT",
"author": "boopathi",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-evaluate-path",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-evaluate-path"
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand Down
6 changes: 2 additions & 4 deletions packages/babel-helper-is-void-0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-is-void-0",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0"
}
6 changes: 2 additions & 4 deletions 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.1.1",
"version": "0.2.0",
"description": "Mark scopes for deopt which contain a direct eval call",
"keywords": [
"babel-minify",
Expand All @@ -11,7 +11,5 @@
"license": "MIT",
"author": "boopathi",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-mark-eval-scopes",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-mark-eval-scopes"
}
6 changes: 2 additions & 4 deletions packages/babel-helper-remove-or-void/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-remove-or-void",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-remove-or-void",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-remove-or-void"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-to-multiple-sequence-expressions",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-to-multiple-sequence-expressions",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-helper-to-multiple-sequence-expressions"
}
4 changes: 2 additions & 2 deletions packages/babel-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-minify",
"version": "0.1.4",
"version": "0.2.0",
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
"keywords": [
"babel-minify",
Expand All @@ -19,7 +19,7 @@
"repository": "https://github.com/babel/minify/tree/master/packages/babel-minify",
"dependencies": {
"babel-core": "^6.24.1",
"babel-preset-minify": "^0.1.4",
"babel-preset-minify": "^0.2.0",
"fs-readdir-recursive": "^1.0.0",
"mkdirp": "^0.5.1",
"util.promisify": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.2.0",
"description": "Minify Standard built-in Objects",
"keywords": [
"babel-plugin",
Expand All @@ -13,6 +13,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-builtins",
"dependencies": {
"babel-helper-evaluate-path": "^0.1.0"
"babel-helper-evaluate-path": "^0.2.0"
}
}
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding",
"dependencies": {
"babel-helper-evaluate-path": "^0.1.0"
"babel-helper-evaluate-path": "^0.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-dead-code-elimination",
"version": "0.1.7",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,9 +12,9 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination",
"dependencies": {
"babel-helper-evaluate-path": "^0.1.0",
"babel-helper-mark-eval-scopes": "^0.1.1",
"babel-helper-remove-or-void": "^0.1.1",
"babel-helper-evaluate-path": "^0.2.0",
"babel-helper-mark-eval-scopes": "^0.2.0",
"babel-helper-remove-or-void": "^0.2.0",
"lodash.some": "^4.6.0"
}
}
4 changes: 2 additions & 2 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-flip-comparisons",
"dependencies": {
"babel-helper-is-void-0": "^0.1.1"
"babel-helper-is-void-0": "^0.2.0"
}
}
4 changes: 2 additions & 2 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-guarded-expressions",
"dependencies": {
"babel-helper-flip-expressions": "^0.1.2"
"babel-helper-flip-expressions": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
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.1.3",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names",
"dependencies": {
"babel-helper-mark-eval-scopes": "^0.1.1"
"babel-helper-mark-eval-scopes": "^0.2.0"
}
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-minify-numeric-literals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-minify-numeric-literals",
"version": "0.1.1",
"version": "0.2.0",
"description": "Shortens numeric literals using scientific notation",
"keywords": [
"babel-minify",
Expand All @@ -11,7 +11,5 @@
"license": "MIT",
"author": "kangax",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-numeric-literals",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-numeric-literals"
}
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.1.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,8 +12,8 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-simplify",
"dependencies": {
"babel-helper-flip-expressions": "^0.1.2",
"babel-helper-flip-expressions": "^0.2.0",
"babel-helper-is-nodes-equiv": "^0.0.1",
"babel-helper-to-multiple-sequence-expressions": "^0.1.1"
"babel-helper-to-multiple-sequence-expressions": "^0.2.0"
}
}
4 changes: 2 additions & 2 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.2",
"version": "0.2.0",
"description": "",
"keywords": [
"babel-plugin"
Expand All @@ -12,6 +12,6 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-type-constructors",
"dependencies": {
"babel-helper-is-void-0": "^0.1.1"
"babel-helper-is-void-0": "^0.2.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-consecutive-adds",
"version": "0.1.2",
"version": "0.2.0",
"description": "This plugin inlines consecutive property assignments, array pushes, etc.",
"keywords": [
"babel-plugin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-environment-variables",
"version": "0.1.1",
"version": "0.2.0",
"description": "Inline environment variables.",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-inline-environment-variables",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-inline-environment-variables"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-member-expression-literals",
"version": "6.8.4",
"version": "6.8.5",
"description": "Turn valid member expression property literals into plain identifiers",
"keywords": [
"babel-plugin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-merge-sibling-variables",
"version": "6.8.5",
"version": "6.8.6",
"description": "Merge sibling variables into one.",
"keywords": [
"babel-plugin"
Expand Down
6 changes: 2 additions & 4 deletions packages/babel-plugin-transform-minify-booleans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-minify-booleans",
"version": "6.8.2",
"version": "6.8.3",
"description": "Turn boolean literals into !0 for true and !1 for false.",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-minify-booleans",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-minify-booleans"
}
6 changes: 2 additions & 4 deletions packages/babel-plugin-transform-node-env-inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-node-env-inline",
"version": "0.1.1",
"version": "0.2.0",
"description": "Inline the `NODE_ENV` environment variable and evaluate it if possible",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "amasad",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-node-env-inline",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-node-env-inline"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-property-literals",
"version": "6.8.4",
"version": "6.8.5",
"description": "Turn valid property key literals to plain identifiers",
"keywords": [
"babel-plugin"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-regexp-constructors",
"version": "0.1.1",
"version": "0.2.0",
"description": "This changes RegExp constructors into literals if the RegExp arguments are strings.",
"keywords": [
"babel-plugin"
Expand All @@ -10,7 +10,5 @@
"license": "MIT",
"author": "shinew",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-regexp-constructors",
"dependencies": {},
"devDependencies": {}
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-regexp-constructors"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-console",
"version": "6.8.4",
"version": "6.8.5",
"description": "Remove all console.* calls.",
"keywords": [
"babel-plugin"
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.4",
"version": "6.8.5",
"description": "Remove debugger statements",
"keywords": [
"babel-plugin"
Expand Down

0 comments on commit 2a5fa11

Please sign in to comment.