mocha 3.0.0-1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "3.0.0-1",
3
+ "version": "3.0.2",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -301,6 +301,7 @@
301
301
  "test": "make test"
302
302
  },
303
303
  "dependencies": {
304
+ "browser-stdout": "1.3.0",
304
305
  "commander": "2.9.0",
305
306
  "debug": "2.2.0",
306
307
  "diff": "1.4.0",
@@ -310,14 +311,12 @@
310
311
  "json3": "3.3.2",
311
312
  "lodash.create": "3.1.1",
312
313
  "mkdirp": "0.5.1",
313
- "supports-color": "3.1.2",
314
- "to-iso-string": "0.0.2"
314
+ "supports-color": "3.1.2"
315
315
  },
316
316
  "devDependencies": {
317
- "browser-stdout": "^1.2.0",
318
317
  "browserify": "^13.0.0",
319
318
  "coffee-script": "^1.10.0",
320
- "eslint": "^1.10.3",
319
+ "eslint": "^2.13.1",
321
320
  "expect.js": "^0.3.1",
322
321
  "karma": "^1.1.0",
323
322
  "karma-browserify": "^5.0.5",
@@ -340,7 +339,8 @@
340
339
  "mocha.css",
341
340
  "mocha.js",
342
341
  "browser-entry.js",
343
- "LICENSE"
342
+ "LICENSE",
343
+ "bower.json"
344
344
  ],
345
345
  "browser": {
346
346
  "debug": "./lib/browser/debug.js",
@@ -352,5 +352,6 @@
352
352
  "path": false,
353
353
  "supports-color": false
354
354
  },
355
- "homepage": "https://mochajs.org"
355
+ "homepage": "https://mochajs.org",
356
+ "logo": "https://cldup.com/S9uQ-cOLYz.svg"
356
357
  }