Skip to content

Commit b38b8d7

Browse files
keithamuslucasfcosta
authored andcommitted
fix: (#978) remove browser field (#982)
This removes the browser field which was used incorrectly. It is not needed for chai, and bundlers should bundle the commonjs code instead.
1 parent d0ace69 commit b38b8d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Veselin Todorov <[email protected]>",
1818
"John Firebaugh <[email protected]>"
1919
],
20-
"version": "4.0.0",
20+
"version": "4.0.1",
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/chaijs/chai"
@@ -26,7 +26,6 @@
2626
"url": "https://github.com/chaijs/chai/issues"
2727
},
2828
"main": "./index",
29-
"browser": "./chai.js",
3029
"scripts": {
3130
"test": "make test"
3231
},

0 commit comments

Comments
 (0)