Skip to content

Commit

Permalink
fix: (#978) remove browser field
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 committed May 31, 2017
1 parent d0ace69 commit b3fbcba
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 b3fbcba

Please sign in to comment.