From df79d60799c7122708f0239fd799fa424f9a25d0 Mon Sep 17 00:00:00 2001 From: gokakyu Date: Sat, 6 Feb 2021 18:34:18 +0100 Subject: [PATCH] chore(dependencies): Add --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages.json diff --git a/packages.json b/packages.json new file mode 100644 index 0000000..e5fa01d --- /dev/null +++ b/packages.json @@ -0,0 +1,19 @@ +{ + "name": "stroke-gap-icons-webfont", + "description": "Stroke-Gap-Icons-Webfont", + "version": "0.0.4", + "homepage": "https://github.com/chadyred/Stroke-Gap-Icons-Webfont", + "license": "MIT", + "private": true, + "repository": { + "type": "git", + "url": "git://github.com/chadyred/Stroke-Gap-Icons-Webfont.git" + }, + "main" : [ + "style.css", + "fonts/Stroke-Gap-Icons.eot", + "fonts/Stroke-Gap-Icons.svg", + "fonts/Stroke-Gap-Icons.ttf", + "fonts/Stroke-Gap-Icons.woff" + ] +}