Skip to content

Commit

Permalink
Merge pull request #1 from chadyred/chore/add-packages-json
Browse files Browse the repository at this point in the history
chore(dependencies): Add `packages.json`
  • Loading branch information
chadyred authored Feb 6, 2021
2 parents 3475e70 + df79d60 commit 1f1de06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 1f1de06

Please sign in to comment.