Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 27, 2022
1 parent 63fa555 commit 0499567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -3,6 +3,7 @@ uglify-js-export

[![npm version](https://img.shields.io/npm/v/uglify-js-export?logo=npm)](https://www.npmjs.com/package/uglify-js-export)
[![npm version](https://img.shields.io/npm/v/uglify-js?logo=npm&label=uglify-js)](https://www.npmjs.com/package/uglify-js)
[![jsDelivr hits (npm)(year)](https://img.shields.io/jsdelivr/npm/hy/uglify-js)](https://www.npmjs.com/package/uglify-js)
[![CI](https://github.com/jaywcjlove/uglify-js-export/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/uglify-js-export/actions/workflows/ci.yml)

[UglifyJS](https://github.com/mishoo/UglifyJS) is a JavaScript parser, minifier, compressor and beautifier toolkit.
Expand All @@ -29,4 +30,4 @@ console.log(result.code); // minified output: function add(n,d){return n+d}

## License

Licensed under the MIT License.
Licensed under the MIT License.

0 comments on commit 0499567

Please sign in to comment.