Skip to content

Commit

Permalink
chore: update module size
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 15, 2020
1 parent d8d0904 commit 1fbdd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1fbdd48

Please sign in to comment.