@jspreadsheet/autowidth
Advanced tools
Comparing version 1.0.0 to 1.0.1
10
index.js
/** | ||
* Plugin for auto width cols | ||
* | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* @author Guillaume Bonnaire <contact@gbonnaire.fr> | ||
@@ -17,2 +17,5 @@ * @website https://repo.gbonnaire.fr | ||
global.jss_autoWidth = factory(); | ||
// Compatibility Old version | ||
global.jexcel_autoWidth = global.jss_autoWidth; | ||
}(this, (function () { | ||
@@ -142,5 +145,2 @@ return (function(instance, options) { | ||
}))); | ||
// Compatibility Old version | ||
window.jexcel_autoWidth = jss_autoWidth; | ||
}))); |
@@ -28,3 +28,3 @@ { | ||
"main": "index.js", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -63,4 +63,3 @@ ## jSpreadsheet Plugin : auto Width | ||
## NPM | ||
Coming soon (2021) | ||
npm install @jspreadsheet/autoWidth | ||
npm install @jspreadsheet/autowidth | ||
```javascript | ||
@@ -67,0 +66,0 @@ import jss_autoWidth from '@jspreadsheet/autowidth'; |
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
71