aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortijmenvangulik <tijmen@vangulik.org>2021-03-21 18:29:46 +0100
committertijmenvangulik <tijmen@vangulik.org>2021-03-21 18:29:46 +0100
commite43988e4adac46b78753c90f49b92645d08d118d (patch)
treeda0e3bcd845a740b3e901fc71df3ee183f33424f /package.json
parentUpdate README.md (diff)
downloadtabler-icons-e43988e4adac46b78753c90f49b92645d08d118d.tar.xz
Make it easier to compile a font with sub set of icons
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 56f9c6cf..d8ff5c53 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,9 @@
"prebuild-react": "rm -rf ./icons-react/dist/",
"build-react": "rollup -c",
"optimize": "gulp optimize",
- "release": "release-it"
+ "release": "release-it",
+ "build": "gulp build",
+ "build-iconfont": "gulp build-iconfont"
},
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"keywords": [
@@ -99,5 +101,10 @@
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
+ },
+ "compileFonts": {
+ "include":[],
+ "strokeWidth":"2",
+ "fontForge":"fontforge"
}
}