Comparing version 0.1.0 to 0.1.1
# pngsmith changelog | ||
0.1.0 - Forked from twolfson/phantomjssmith | ||
0.1.1 - Upgraded to `spritesmith-engine-test@1.2.1` and removed local expected images | ||
0.1.0 - Forked from twolfson/phantomjssmith |
{ | ||
"name": "pngsmith", | ||
"description": "png engine for spritesmith", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/twolfson/pngsmith", | ||
@@ -40,8 +40,8 @@ "author": { | ||
"devDependencies": { | ||
"chai": "~1.8.1", | ||
"doubleshot": "~2.13.1", | ||
"grunt": "~0.4.2", | ||
"doubleshot": "~2.13.1", | ||
"spritesmith-engine-test": "~1.1.0", | ||
"chai": "~1.8.1", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"grunt-contrib-watch": "~0.5.3" | ||
"grunt-contrib-watch": "~0.5.3", | ||
"spritesmith-engine-test": "~1.2.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "keywords": [ |
@@ -13,9 +13,3 @@ var pngsmith = require('../'), | ||
this.smith = pngsmith; | ||
var expectedDir = __dirname + '/expected_files/'; | ||
this.expectedFilepaths = [ | ||
expectedDir + '/multiple-node-0.8.png', | ||
expectedDir + '/multiple-node-0.10.png' | ||
]; | ||
} | ||
}); |
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
10760
13
189