grunt-svgstore
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-svgstore", | ||
"description": "Merge SVGs from a folder.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/FWeinb/grunt-svgstore", | ||
@@ -33,3 +33,5 @@ "author": { | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt": "~0.4.2", | ||
"grunt": "~0.4.2" | ||
}, | ||
"dependencies": { | ||
"cheerio": "^0.13.1", | ||
@@ -36,0 +38,0 @@ "chalk": "^0.4.0" |
@@ -32,4 +32,4 @@ # grunt-svgstore | ||
options: { | ||
prefix : 'icon-', // This will prefix each | ||
svg: { | ||
prefix : 'icon-', // This will prefix each ID | ||
svg: { // will be added as attributes to the resulting SVG | ||
viewBox : '0 0 100 100' | ||
@@ -97,2 +97,4 @@ } | ||
## Release History | ||
_(Nothing yet)_ | ||
* 0.0.2 Fixed npm dependencys | ||
* 0.0.1 Inital release |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40213
4
99
3
+ Addedchalk@^0.4.0
+ Addedcheerio@^0.13.1
+ AddedCSSselect@0.4.1(transitive)
+ AddedCSSwhat@0.4.7(transitive)
+ Addedansi-styles@1.0.0(transitive)
+ Addedchalk@0.4.0(transitive)
+ Addedcheerio@0.13.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addeddomhandler@2.2.1(transitive)
+ Addeddomutils@1.3.01.4.3(transitive)
+ Addedentities@0.5.0(transitive)
+ Addedhas-color@0.1.7(transitive)
+ Addedhtmlparser2@3.4.0(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedstrip-ansi@0.1.1(transitive)
+ Addedunderscore@1.5.2(transitive)