aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortijmenvangulik <tijmen@vangulik.org>2021-04-10 10:34:00 +0200
committertijmenvangulik <tijmen@vangulik.org>2021-04-10 10:34:00 +0200
commitc0f30068c2f46e7015cea7e45e08bf902a2815d9 (patch)
tree4ac13bf633b5ea40cb0b9391f2883b29d442d727 /package.json
parentCorrected wrong encoded unicode characters in css (diff)
downloadtabler-icons-c0f30068c2f46e7015cea7e45e08bf902a2815d9.tar.xz
Moved compileFonts properties from package to separate file
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json
index d8ff5c53..985fb8fb 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,8 @@
"optimize": "gulp optimize",
"release": "release-it",
"build": "gulp build",
- "build-iconfont": "gulp build-iconfont"
+ "build-iconfont": "gulp build-iconfont",
+ "copy":"cp -r -n -v -f ./iconfont/fonts/* ../WebErgometer/WebApp/html/font"
},
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"keywords": [
@@ -101,10 +102,5 @@
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
- },
- "compileFonts": {
- "include":[],
- "strokeWidth":"2",
- "fontForge":"fontforge"
}
}