Skip to content

Commit

Permalink
rename index.d.ts to chai-exclude.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Jul 15, 2024
1 parent b287b43 commit 54a82f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "2.1.1",
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
"main": "chai-exclude.js",
"types": "index.d.ts",
"types": "chai-exclude.d.ts",
"author": "Saugat Acharya <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mesaugat/chai-exclude",
"type": "module",
"files": [
"chai-exclude.js",
"index.d.ts"
"chai-exclude.d.ts"
],
"scripts": {
"test": "mocha --reporter spec --recursive --colors *.test.js",
Expand Down

0 comments on commit 54a82f8

Please sign in to comment.