Skip to content

Commit

Permalink
feat: 更新徽标和 CI 中的 node.js 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed May 11, 2021
1 parent f48f2e5 commit 15e8c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
- "12"
- "14"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-carrier",
"version": "0.3.0",
"version": "0.3.1",
"description": "字体搬运工,中文字体解决方案,iconfont",
"main": "./lib/index.js",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# font-carrier

[![npm version](https://badge.fury.io/js/font-carrier.svg)](http://badge.fury.io/js/font-carrier) [![Build Status](https://travis-ci.org/purplebamboo/font-carrier.svg?branch=master)](https://travis-ci.org/purplebamboo/font-carrier)
<p>
<a href="https://www.npmjs.com/package/font-carrier"><img src="https://img.shields.io/npm/v/font-carrier.svg" alt="npm package"></a>
<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/font-carrier.svg" alt="node compatibility"></a>
<a href="https://travis-ci.org/purplebamboo/font-carrier.svg?branch=master"><img src="https://travis-ci.org/purplebamboo/font-carrier" alt="build status"></a>
</p>

font-carrier 是一个功能强大的字体操作库,使用它你可以随心所欲地操作字体。

Expand Down

0 comments on commit 15e8c79

Please sign in to comment.