Skip to content

Commit

Permalink
* removed unnecessary bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkuang committed Aug 9, 2020
1 parent 78ea146 commit 229fb44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# simple-pinyin

[![npm version](https://badge.fury.io/js/simple-pinyin.svg)](https://badge.fury.io/js/simple-pinyin)
[![Bower version](https://badge.fury.io/bo/simple-pinyin.svg)](https://badge.fury.io/bo/simple-pinyin)
[![license](https://img.shields.io/badge/license-MIT)](https://github.com/xuqingkuang/simple-pinyin/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/xuqingkuang/simple-pinyin/pulls) [![Actions Status](https://github.com/xuqingkuang/simple-pinyin/workflows/build/badge.svg?branch=master)](https://github.com/xuqingkuang/simple-pinyin/actions) [![Codecov](https://img.shields.io/codecov/c/github/xuqingkuang/simple-pinyin)](https://codecov.io/gh/xuqingkuang/simple-pinyin)
[![npm version](https://badge.fury.io/js/simple-pinyin.svg)](https://badge.fury.io/js/simple-pinyin) [![license](https://img.shields.io/badge/license-MIT)](https://github.com/xuqingkuang/simple-pinyin/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/xuqingkuang/simple-pinyin/pulls) [![Actions Status](https://github.com/xuqingkuang/simple-pinyin/workflows/build/badge.svg?branch=master)](https://github.com/xuqingkuang/simple-pinyin/actions) [![Codecov](https://img.shields.io/codecov/c/github/xuqingkuang/simple-pinyin)](https://codecov.io/gh/xuqingkuang/simple-pinyin)

一个简单的汉字转换到拼音模块,目前覆盖了 401 个常用音和和 6765 个常用汉字,可以同时应用于 NodeJS
和浏览器环境。
Expand Down
24 changes: 0 additions & 24 deletions bower.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"coverage": "nyc -r lcov -r text ava"
},
"files": [
"dist/index.min.js",
"dist/index.min.js.map",
"dist/index.esm.js",
"dist/index.umd.js",
"README.md",
"LICENESE",
"bower.json",
Expand Down

0 comments on commit 229fb44

Please sign in to comment.