spritesmith
Advanced tools
Comparing version 0.15.0 to 0.16.0
# spritesmith changelog | ||
0.16.0 - Moved to `canvassmith@0.2.0` for `giflib` support | ||
0.15.0 - Moved to `phantomjssmith@0.4.0` and added `timeout` option | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "spritesmith", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "Utility that takes images and creates a spritesheet with JSON sprite data", | ||
@@ -28,3 +28,3 @@ "main": "src/smith.js", | ||
"gmsmith": "~0.3.0", | ||
"canvassmith": "~0.1.0" | ||
"canvassmith": "~0.2.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
496199