Merge pull request #875 from bdadam/patch-1

Provided browser field in package.json
This commit is contained in:
Aleksey Shvayka 2016-11-24 15:57:55 +02:00 committed by GitHub
commit b7ff1446a7

View file

@ -26,6 +26,7 @@
"url": "https://github.com/chaijs/chai/issues"
},
"main": "./index",
"browser": "./chai.js",
"scripts": {
"test": "make test"
},