Comparing version 0.1.2 to 0.1.3
@@ -72,4 +72,4 @@ 'use strict'; | ||
var buildScript = './configure --disable-gifview --disable-gifdiff' + | ||
' --prefix=' + tmp + ' --bindir=' + dest + | ||
' && ' + 'make install'; | ||
' --prefix="' + tmp + '" --bindir="' + dest + | ||
'" && ' + 'make install'; | ||
@@ -76,0 +76,0 @@ try { |
{ | ||
"name": "gifsicle", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency on OS X, Linux and Windows", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10999