Skip to content

Commit 10cb344

Browse files
authored
chore: change main to point at chai directly (#1696)
Instead of using a top-level re-export, we can just point `main` at the chai entrypoint directly. Later in life, we can remove `index.js` and `chai.js`.
1 parent a125d3e commit 10cb344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bugs": {
3333
"url": "https://github.com/chaijs/chai/issues"
3434
},
35-
"main": "./chai.js",
35+
"main": "./lib/chai.js",
3636
"scripts": {
3737
"prebuild": "npm run clean",
3838
"build": "npm run build:esm",

0 commit comments

Comments
 (0)