assetgraph-sprite
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -140,3 +140,3 @@ var _ = require('underscore'), | ||
.parMap(function (imageInfo) { | ||
imageInfo.asset.getCanvasImage(this); | ||
getCanvasImageFromImageAsset(imageInfo.asset, this); | ||
}) | ||
@@ -143,0 +143,0 @@ .seqEach(function (canvasImage, i) { |
@@ -5,3 +5,3 @@ { | ||
"repository": "git://github.com/One-com/assetgraph-sprite.git", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"maintainers": [ | ||
@@ -20,3 +20,3 @@ { | ||
"devDependencies": { | ||
"assetgraph": ">= 0.1.0", | ||
"assetgraph": ">= 0.1.2", | ||
"vows": ">=0.5.6" | ||
@@ -23,0 +23,0 @@ }, |
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
23961