Skip to content

Commit 524862b

Browse files
committed
full browserification support; closes #880 (#2271)
1 parent 9e8cbaa commit 524862b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@
258258
"type": "git",
259259
"url": "git://github.com/mochajs/mocha.git"
260260
},
261-
"main": "./index",
262261
"bin": {
263262
"mocha": "./bin/mocha",
264263
"_mocha": "./bin/_mocha"
@@ -312,7 +311,12 @@
312311
"debug": "./lib/browser/debug.js",
313312
"events": "./lib/browser/events.js",
314313
"tty": "./lib/browser/tty.js",
315-
"./index.js": "./browser-entry.js"
314+
"./index.js": "./browser-entry.js",
315+
"jade": false,
316+
"fs": false,
317+
"glob": false,
318+
"path": false,
319+
"supports-color": false
316320
},
317321
"licenses": [
318322
{

0 commit comments

Comments
 (0)