Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 26, 2022
1 parent 84ad9bf commit 713c16a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "font-awesome-assets",
"description":
"Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an <svg> tag or a Base64-encoded PNG/SVG <img> tag! It supports Retina devices and custom tag attributes too! This package was built for @CrocodileJS.",
"version": "0.0.8",
"description": "Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an <svg> tag or a Base64-encoded PNG/SVG <img> tag! It supports Retina devices and custom tag attributes too! This package was built for @CrocodileJS.",
"version": "0.0.9",
"author": "Nick Baugh <[email protected]>",
"bugs": "https://github.com/crocodilejs/font-awesome-assets/issues",
"dependencies": {
"@ladjs/svgfont2js": "^1.0.1",
"cheerio": "^0.22.0",
"font-awesome": "^4.6.3",
"lodash": "^4.16.4",
"svg2png": "^4.0.0",
"@ladjs/svgfont2js": "^1.0.1"
"svg2png": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down

0 comments on commit 713c16a

Please sign in to comment.