Skip to content

Commit

Permalink
chore: misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 12, 2020
1 parent 92e9c7e commit 1c73321
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.1",
"repository": "lukeed/dequal",
"description": "A tiny (304B) utility for check for deep equality",
"description": "A tiny (304B to 489B) utility for check for deep equality",
"unpkg": "dist/index.min.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ Maps('keys :: complex', () => {
[{ foo:1 }, { a:1 }]
]);

// Must be referential equality
same(hello, world);

// @ts-ignore
Expand Down

0 comments on commit 1c73321

Please sign in to comment.