소스 검색

Update README for SheetJS

Arjun Barrett 4 년 전
부모
커밋
3397c928a4
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  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",