From 713c16a7b3471bc7a66893296b5f95542c93e48e Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 26 Apr 2022 18:52:04 -0500 Subject: [PATCH] v0.0.9 --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5314c01..b181413 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { "name": "font-awesome-assets", - "description": - "Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an tag or a Base64-encoded PNG/SVG 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 tag or a Base64-encoded PNG/SVG tag! It supports Retina devices and custom tag attributes too! This package was built for @CrocodileJS.", + "version": "0.0.9", "author": "Nick Baugh ", "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",