Skip to content

Commit fdcad8b

Browse files
authored
chore: remove bundled chai (#1694)
Removes the chai bundle such that `chai.js` is now an entry point just like `index.js`. We're keeping it around for now since there may be users directly importing the file. It was already re-exporting what exists in `index.js`, so this shouldn't be a breaking change.
1 parent 10cb344 commit fdcad8b

File tree

4 files changed

+2
-475
lines changed

4 files changed

+2
-475
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ node_modules
1717
npm-debug.log
1818

1919
coverage
20-
/chai.js
2120

2221
test/auth/*
2322
!test/auth/.gitkeep
24-
25-
/chai.js
26-
/chai.cjs

chai.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './lib/chai.js';

0 commit comments

Comments
 (0)