Skip to content

Commit

Permalink
Remove minify-empty-function (#444)
Browse files Browse the repository at this point in the history
* Remove minify-empty-function

* Update README
  • Loading branch information
boopathi committed Feb 27, 2017
1 parent f7db87d commit ca9c3fe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 157 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -163,7 +163,6 @@ Add to your `.babelrc`'s plugins array.

| Package | Version | Dependencies |
|--------|-------|------------|
| [`babel-plugin-minify-empty-function`](/packages/babel-plugin-minify-empty-function) | [![npm](https://img.shields.io/npm/v/babel-plugin-minify-empty-function.svg?maxAge=86400)](https://www.npmjs.com/package/babel-plugin-minify-empty-function) | [![Dependency Status](https://david-dm.org/babel/babili.svg?path=packages/babel-plugin-minify-empty-function)](https://david-dm.org/babel/babili?path=packages/babel-plugin-minify-empty-function) |
| [`babel-plugin-transform-inline-environment-variables`](/packages/babel-plugin-transform-inline-environment-variables) | [![npm](https://img.shields.io/npm/v/babel-plugin-transform-inline-environment-variables.svg?maxAge=86400)](https://www.npmjs.com/package/babel-plugin-transform-inline-environment-variables) | [![Dependency Status](https://david-dm.org/babel/babili.svg?path=packages/babel-plugin-transform-inline-environment-variables)](https://david-dm.org/babel/babili?path=packages/babel-plugin-transform-inline-environment-variables) |
| [`babel-plugin-transform-node-env-inline`](/packages/babel-plugin-transform-node-env-inline) | [![npm](https://img.shields.io/npm/v/babel-plugin-transform-node-env-inline.svg?maxAge=86400)](https://www.npmjs.com/package/babel-plugin-transform-node-env-inline) | [![Dependency Status](https://david-dm.org/babel/babili.svg?path=packages/babel-plugin-transform-node-env-inline)](https://david-dm.org/babel/babili?path=packages/babel-plugin-transform-node-env-inline) |
| [`babel-plugin-transform-remove-console`](/packages/babel-plugin-transform-remove-console) | [![npm](https://img.shields.io/npm/v/babel-plugin-transform-remove-console.svg?maxAge=86400)](https://www.npmjs.com/package/babel-plugin-transform-remove-console) | [![Dependency Status](https://david-dm.org/babel/babili.svg?path=packages/babel-plugin-transform-remove-console)](https://david-dm.org/babel/babili?path=packages/babel-plugin-transform-remove-console) |
Expand Down
4 changes: 0 additions & 4 deletions packages/babel-plugin-minify-empty-function/.npmignore

This file was deleted.

52 changes: 0 additions & 52 deletions packages/babel-plugin-minify-empty-function/README.md

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions packages/babel-plugin-minify-empty-function/package.json

This file was deleted.

41 changes: 0 additions & 41 deletions packages/babel-plugin-minify-empty-function/src/index.js

This file was deleted.

0 comments on commit ca9c3fe

Please sign in to comment.