Skip to content

Commit

Permalink
Improve description and add engine limitation inherited from assetgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Mar 11, 2018
1 parent 5e35ad9 commit ba33b5a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "subfont",
"version": "2.0.1",
"description": "Command line tool to inject Google font subsets of glyphs in use on your pages",
"description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -13,11 +16,17 @@
"keywords": [
"google",
"font",
"fonts",
"webfont",
"webfonts",
"subset",
"subsetting",
"commandline",
"cli",
"automation"
"automation",
"woff",
"woff2",
"preload"
],
"author": "Peter Müller <munter@fumle.dk>",
"license": "MIT",
Expand Down

0 comments on commit ba33b5a

Please sign in to comment.