Comparing version 0.3.6 to 0.3.7
@@ -39,3 +39,3 @@ ;(function(define){define(function(require,exports,module){ | ||
*/ | ||
var BUFFER = 3; | ||
var BUFFER = 0.03; | ||
@@ -59,3 +59,3 @@ /** | ||
debug('font fit', config); | ||
var space = config.space - BUFFER; | ||
var space = config.space - (config.space * BUFFER); | ||
var min = config.min || MIN; | ||
@@ -62,0 +62,0 @@ var max = config.max || MAX; |
{ | ||
"name": "font-fit", | ||
"homepage": "https://github.com/fxos-components/font-fit", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"main": "font-fit.js", | ||
@@ -15,6 +15,6 @@ "directories": { | ||
"karma-chai-sinon": "^0.1.5", | ||
"karma-chrome-launcher": "^0.2.2", | ||
"karma-firefox-launcher": "^0.1.3", | ||
"karma-mocha": "^0.2.1", | ||
"mocha": "^2.3.4", | ||
"mozilla-download": "^1.0.5", | ||
"sinon": "^1.17.2", | ||
@@ -25,3 +25,3 @@ "sinon-chai": "^2.8.0" | ||
"test": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run", | ||
"test-dev": "./node_modules/karma/bin/karma start test/karma.conf.js" | ||
"test-dev": "./node_modules/karma/bin/karma start test/karma.conf.js --browsers Firefox" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
4913
4
0