spritesmith
Advanced tools
Comparing version 0.11.1 to 0.12.0
# spritesmith changelog | ||
0.12.0 - Moved to latest `phantomjssmith` for reduced file size output | ||
0.11.1 - Rearranged README and added notes about engines | ||
@@ -12,2 +14,2 @@ | ||
0.7.1 - See `git log` | ||
0.7.1 - See `git log` |
{ | ||
"name": "spritesmith", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "Utility that takes images and creates a spritesheet with JSON sprite data", | ||
@@ -26,3 +26,3 @@ "main": "src/smith.js", | ||
"optionalDependencies": { | ||
"phantomjssmith": "~0.1.2", | ||
"phantomjssmith": "~0.2.0", | ||
"gmsmith": "~0.2.0", | ||
@@ -29,0 +29,0 @@ "canvassmith": "~0.1.0" |
758725