Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Oct 3, 2020
1 parent e262e7c commit ff629e4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Web Font Converter
![npm (scoped)](https://img.shields.io/npm/v/@hayes0724/web-font-converter)
![build](https://github.com/hayes0724/web-font-converter/workflows/Node.js%20CI/badge.svg?branch=master)
![node-current (scoped)](https://img.shields.io/node/v/@hayes0724/web-font-converter)
[![GitHub issues](https://img.shields.io/github/issues/hayes0724/web-font-converter.svg)](https://github.com/hayes0724/web-font-converter/issues/)
[![GitHub license](https://img.shields.io/github/license/hayes0724/web-font-converter.svg)](https://github.com/hayes0724/web-font-converter/blob/master/LICENSE)

Convert font files to different formats.
Primarily used for creating woff/woff2 files for use on the web.

1. [Formats](#Formats)
2. [API](#API)
## Table of Contents
1. [Install](#Install)
2. [Formats](#Formats)
3. [API](#API)
1. [Convert All Fonts](#Convert All Fonts)
2. [Convert Font](#Convert Font)
3. [Fonts](#Fonts)
3. [CLI](#CLI)
4. [CLI](#CLI)

## Install
Install with npm:
```shell script
npm install --save-dev @hayes0724/web-font-converter
```
Install with yarn:
```shell script
yarn add @hayes0724/web-font-converter --dev
```


## Formats

Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "@hayes0724/web-font-converter",
"version": "1.0.2",
"main": "index.js",
"version": "1.0.4",
"main": "src/index.js",
"license": "MIT",
"author": "eric hayes <eric@hayesmarketing.io>",
"bin": {
"font-convert": "./src/cli/index.js"
},
"engines": {
"node": ">=10.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hayes0724/web-font-converter.git"
},
"homepage": "https://github.com/hayes0724/web-font-converter",
"keywords": [
"ttf2woff",
"ttf2woff2",
Expand Down

0 comments on commit ff629e4

Please sign in to comment.