-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Hayes
committed
Oct 3, 2020
1 parent
e262e7c
commit ff629e4
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"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", | ||
|