jpegtran-bin
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
var pkg = require('../package.json'); | ||
var url = 'https://raw.github.com/imagemin/jpegtran-bin/v' + pkg.version + '/vendor/'; | ||
var url = 'https://raw.github.com/imagemin/jpegtran-bin/' + pkg.version + '/vendor/'; | ||
@@ -9,0 +9,0 @@ module.exports = new BinWrapper() |
{ | ||
"name": "jpegtran-bin", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "jpegtran (part of libjpeg-turbo) bin-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
10063