We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8cbaa commit 524862bCopy full SHA for 524862b
package.json
@@ -258,7 +258,6 @@
258
"type": "git",
259
"url": "git://github.com/mochajs/mocha.git"
260
},
261
- "main": "./index",
262
"bin": {
263
"mocha": "./bin/mocha",
264
"_mocha": "./bin/_mocha"
@@ -312,7 +311,12 @@
312
311
"debug": "./lib/browser/debug.js",
313
"events": "./lib/browser/events.js",
314
"tty": "./lib/browser/tty.js",
315
- "./index.js": "./browser-entry.js"
+ "./index.js": "./browser-entry.js",
+ "jade": false,
316
+ "fs": false,
317
+ "glob": false,
318
+ "path": false,
319
+ "supports-color": false
320
321
"licenses": [
322
{
0 commit comments