forked from svg-sprite/svg-sprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "svg-sprite", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)", | ||
"description": "SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)", | ||
"homepage": "https://github.com/jkphl/svg-sprite", | ||
|
@@ -49,7 +49,7 @@ | |
"cssmin": "^0.4.3", | ||
"mustache": "^2.2.0", | ||
"js-yaml": "^3.4.5", | ||
"yargs": "^3.30.0", | ||
"yargs": "^3.31.0", | ||
"winston": "^2.1.1", | ||
"prettysize": "^0.0.3" | ||
}, | ||
|