Skip to content

Commit 54a82f8

Browse files
committed
rename index.d.ts to chai-exclude.d.ts
1 parent b287b43 commit 54a82f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "2.1.1",
44
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
55
"main": "chai-exclude.js",
6-
"types": "index.d.ts",
6+
"types": "chai-exclude.d.ts",
77
"author": "Saugat Acharya <mesaugat@gmail.com>",
88
"license": "MIT",
99
"homepage": "https://github.com/mesaugat/chai-exclude",
1010
"type": "module",
1111
"files": [
1212
"chai-exclude.js",
13-
"index.d.ts"
13+
"chai-exclude.d.ts"
1414
],
1515
"scripts": {
1616
"test": "mocha --reporter spec --recursive --colors *.test.js",

0 commit comments

Comments
 (0)