Comparing version 6.0.0 to 6.1.0
@@ -12,5 +12,4 @@ 'use strict'; | ||
.src(`${url}linux/x64/cwebp`, 'linux', 'x64') | ||
.src(`${url}win/x86/cwebp.exe`, 'win32', 'x86') | ||
.src(`${url}win/x64/cwebp.exe`, 'win32', 'x64') | ||
.dest(path.join(__dirname, '../vendor')) | ||
.use(process.platform === 'win32' ? 'cwebp.exe' : 'cwebp'); |
@@ -14,3 +14,3 @@ 'use strict'; | ||
binBuild.file(path.resolve(__dirname, '../vendor/source/libwebp-1.0.2.tar.gz'), [ | ||
binBuild.file(path.resolve(__dirname, '../vendor/source/libwebp-1.1.0.tar.gz'), [ | ||
`./configure --disable-shared --prefix="${bin.dest()}" --bindir="${bin.dest()}"`, | ||
@@ -17,0 +17,0 @@ 'make && make install' |
{ | ||
"name": "cwebp-bin", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "cwebp wrapper that makes it seamlessly available as a local dependency", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4038254
40