texture-compressor
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "texture-compressor", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.", | ||
@@ -20,9 +20,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"argparse": "^1.0.9", | ||
"image-size": "^0.6.1" | ||
"argparse": "^1.0.10", | ||
"image-size": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.13.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint": "^5.0.1", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"http-server": "^0.11.1" | ||
@@ -29,0 +29,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
30693238
Updatedargparse@^1.0.10
Updatedimage-size@^0.6.3