optipng-bin
Advanced tools
Comparing version 0.3.5 to 0.3.6
16
index.js
@@ -13,10 +13,10 @@ 'use strict'; | ||
var bin = new BinWrapper() | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/osx/optipng', 'darwin') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/linux/x86/optipng', 'linux', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/linux/x64/optipng', 'linux', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/freebsd/optipng', 'freebsd') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/sunos/x86/optipng', 'sunos', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/sunos/x64/optipng', 'sunos', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/win/optipng.exe', 'win32') | ||
var bin = new BinWrapper({ version: 0.7.4 }) | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/osx/optipng', 'darwin') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/linux/x86/optipng', 'linux', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/linux/x64/optipng', 'linux', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/freebsd/optipng', 'freebsd') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/sunos/x86/optipng', 'sunos', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/sunos/x64/optipng', 'sunos', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/win/optipng.exe', 'win32') | ||
.dest(path.join(__dirname, 'vendor')) | ||
@@ -23,0 +23,0 @@ .use(process.platform === 'win32' ? 'optipng.exe' : 'optipng'); |
{ | ||
"name": "optipng-bin", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD and Windows", | ||
@@ -5,0 +5,0 @@ "license": "BSD", |
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
4295