grunt-node-sprite-mixings
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "grunt-node-sprite-mixings", | ||
"description": "Generator mixings for stylus. Based on lib node-sprites", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/SauloSilva/grunt-node-sprite-mixings", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -63,2 +63,5 @@ # grunt-node-sprite-mixings [![Build Status](https://travis-ci.org/SauloSilva/grunt-node-sprite-mixings.png?branch=master)](https://travis-ci.org/SauloSilva/grunt-node-sprite-mixings) | ||
src: ['public/images/*.json'] | ||
}, | ||
options: { | ||
removeJson: true // default is false | ||
} | ||
@@ -80,2 +83,5 @@ }, | ||
'public/stylesheets/mixings/foo.styl': ['public/images/foo.json'] | ||
}, | ||
options: { | ||
removeJson: true // default is false | ||
} | ||
@@ -142,2 +148,3 @@ }, | ||
## Release History | ||
* 2013-03-05 **v0.1.4** Fix bug remove Json | ||
* 2013-03-05 **v0.1.3** Improvements remove json and code refactors | ||
@@ -144,0 +151,0 @@ * 2013-03-05 **v0.1.2** First released |
@@ -85,3 +85,3 @@ /* | ||
src.push(file.src) | ||
removeJson = this.data.removeJson | ||
removeJson = this.options().removeJson | ||
}.bind(this)) | ||
@@ -88,0 +88,0 @@ parserMixings() |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13730
0
150
0