Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Jul 18, 2024
1 parent 0160e58 commit e2f3c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "chai-exclude",
"version": "2.1.1",
"version": "3.0.0",
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
"type": "module",
"main": "chai-exclude.js",
"types": "chai-exclude.d.ts",
"author": "Saugat Acharya <mesaugat@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/mesaugat/chai-exclude",
"type": "module",
"files": [
"chai-exclude.js",
"chai-exclude.d.ts"
Expand Down

0 comments on commit e2f3c4b

Please sign in to comment.