Pārlūkot izejas kodu

Update README for SheetJS

Arjun Barrett 4 gadi atpakaļ
vecāks
revīzija
3397c928a4
2 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 6 1
      README.md
  2. 1 1
      package.json

+ 6 - 1
README.md

@@ -337,4 +337,9 @@ You can validate the performance of `fflate` with `npm`/`yarn`/`pnpm` `test`. It
 Note that the time it takes for the CLI to show the completion of each test is not representative of the time each package took, so please check the JSON output if you want accurate masurements.
 
 ## License
-MIT
+
+This software is [MIT Licensed](./LICENSE), with special exemptions for projects
+and organizations as noted below:
+
+- [SheetJS](https://github.com/SheetJS/) is exempt from MIT licensing and may
+  license any source code from this software under the BSD Zero Clause License

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fflate",
-  "version": "0.3.7",
+  "version": "0.3.8",
   "description": "High performance (de)compression in an 8kB package",
   "main": "./lib/index.js",
   "module": "./esm/index.mjs",