From c0f30068c2f46e7015cea7e45e08bf902a2815d9 Mon Sep 17 00:00:00 2001 From: tijmenvangulik Date: Sat, 10 Apr 2021 10:34:00 +0200 Subject: Moved compileFonts properties from package to separate file --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.1