@jspreadsheet/autowidth
Advanced tools
Comparing version 2.1.2 to 2.1.3
/** | ||
* Plugin for auto width cols | ||
* | ||
* @version 2.1.2 | ||
* @version 2.1.3 | ||
* @author Guillaume Bonnaire <contact@gbonnaire.fr> | ||
@@ -13,3 +13,3 @@ * @website https://repo.gbonnaire.fr | ||
if (! jspreadsheet && typeof(require) === 'function') { | ||
var jspreadsheet = require('jspreadsheet-pro'); | ||
var jspreadsheet = require('jspreadsheet'); | ||
} | ||
@@ -16,0 +16,0 @@ |
@@ -31,3 +31,3 @@ { | ||
"main": "index.js", | ||
"version": "2.1.2" | ||
"version": "2.1.3" | ||
} |
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
11858