瀏覽代碼

Fix README

Arjun Barrett 4 年之前
父節點
當前提交
90e30d763e
共有 2 個文件被更改,包括 6 次插入3 次删除
  1. 3 0
      README.md
  2. 3 3
      package.json

+ 3 - 0
README.md

@@ -115,5 +115,8 @@ Before you decide that `fflate` is the end-all compression library, you should n
 
 Other than that, `fflate` is completely ES3, meaning you probably won't even need a bundler to use it.
 
+## Testing
+You can validate the performance of `fflate` with `npm`/`yarn`/`pnpm` `test`. It validates that the module is working as expected, ensures the outputs are no more than 5% larger than competitors at max compression, and outputs performance metrics to `test/results`.
+
 ## License
 MIT

+ 3 - 3
package.json

@@ -31,13 +31,13 @@
   },
   "devDependencies": {
     "@types/node": "^14.11.2",
-    "pako": "^1.0.11",
-    "tiny-inflate": "^1.0.3",
+    "pako": "*",
+    "tiny-inflate": "*",
     "ts-node": "^9.0.0",
     "typedoc": "^0.17.0-3",
     "typedoc-plugin-markdown": "^3.0.2",
     "typescript": "^4.0.2",
     "uvu": "^0.3.3",
-    "uzip": "^0.20200919.0"
+    "uzip": "*"
   }
 }