texture-compressor
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "texture-compressor", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in DDS or PVR containers.", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint lib/**/*.js" | ||
"lint": "eslint lib/**/*.js", | ||
"deploy": "npm version patch && npm publish && git push origin" | ||
}, | ||
@@ -9,0 +10,0 @@ "bin": { |
35786160