diff --git a/package.json b/package.json index 3c811ed..10d2a41 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dequal", "version": "1.0.0", "repository": "lukeed/dequal", - "description": "A tiny (249B) utility for check for deep equality", + "description": "A tiny (305B) utility for check for deep equality", "unpkg": "dist/dequal.min.js", "module": "dist/dequal.mjs", "main": "dist/dequal.js", diff --git a/readme.md b/readme.md index d9385b4..4bb4696 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # dequal [![CI](https://github.com/lukeed/dequal/workflows/CI/badge.svg)](https://github.com/lukeed/dequal/actions) -> A tiny (249B) utility to check for deep equality +> A tiny (305B) utility to check for deep equality This module supports comparison of all types, including `Function`, `RegExp`, `Date`, `null`, `undefined`, and `NaN` values. Objects and Arrays are traversed recursively.