spritesmith
Advanced tools
Comparing version 0.19.6 to 0.20.0
# spritesmith changelog | ||
0.20.0 - Upgraded to `phantomjssmith@0.5.0` to pick up JPEG support | ||
0.19.6 - Replaced `doubleshot` with `mocha` and cleaned up test suite | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "spritesmith", | ||
"version": "0.19.6", | ||
"version": "0.20.0", | ||
"description": "Utility that takes images and creates a spritesheet with JSON sprite data", | ||
@@ -26,5 +26,5 @@ "main": "src/smith.js", | ||
"optionalDependencies": { | ||
"phantomjssmith": "~0.4.0", | ||
"canvassmith": "~0.2.0", | ||
"gmsmith": "~0.4.1", | ||
"canvassmith": "~0.2.0", | ||
"phantomjssmith": "~0.5.0", | ||
"pngsmith": "~0.1.0" | ||
@@ -31,0 +31,0 @@ }, |
390284