Skip to content

Commit

Permalink
fix: (#978) remove browser field (#982)
Browse files Browse the repository at this point in the history
This removes the browser field which was used incorrectly. It is not needed for chai, and bundlers should bundle the commonjs code instead.
  • Loading branch information
keithamus authored and lucasfcosta committed May 31, 2017
1 parent d0ace69 commit b38b8d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -17,7 +17,7 @@
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"version": "4.0.0",
"version": "4.0.1",
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai"
Expand All @@ -26,7 +26,6 @@
"url": "https://github.com/chaijs/chai/issues"
},
"main": "./index",
"browser": "./chai.js",
"scripts": {
"test": "make test"
},
Expand Down

0 comments on commit b38b8d7

Please sign in to comment.