texture-compressor
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -9,3 +9,2 @@ // Native | ||
const jimp = require('jimp'); | ||
const Promise = require('bluebird'); | ||
@@ -12,0 +11,0 @@ // Arguments |
// Native | ||
const { spawn } = require('child_process'); | ||
// Vendor | ||
const Promise = require('bluebird'); | ||
const createProcess = (toolPath, toolFlags = []) => new Promise((resolve, reject) => { | ||
@@ -8,0 +5,0 @@ console.log(`Using flags: ${toolFlags}`); |
{ | ||
"name": "texture-compressor", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.", | ||
@@ -20,3 +20,2 @@ "main": "index.js", | ||
"argparse": "^1.0.9", | ||
"bluebird": "^3.5.1", | ||
"fs-extra": "^5.0.0", | ||
@@ -23,0 +22,0 @@ "image-size": "^0.6.1", |
Sorry, the diff of this file is not supported yet
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
5
36035291
3065
- Removedbluebird@^3.5.1
- Removedbluebird@3.7.2(transitive)