Skip to content

Commit

Permalink
full browserification support; closes #880 (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 23, 2016
1 parent 9e8cbaa commit 524862b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
"type": "git",
"url": "git://github.com/mochajs/mocha.git"
},
"main": "./index",
"bin": {
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
Expand Down Expand Up @@ -312,7 +311,12 @@
"debug": "./lib/browser/debug.js",
"events": "./lib/browser/events.js",
"tty": "./lib/browser/tty.js",
"./index.js": "./browser-entry.js"
"./index.js": "./browser-entry.js",
"jade": false,
"fs": false,
"glob": false,
"path": false,
"supports-color": false
},
"licenses": [
{
Expand Down

0 comments on commit 524862b

Please sign in to comment.