mocha 6.0.0-0 → 6.0.0-1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
+ # 6.0.0-1 / 2019-01-02
2
+
3
+ ## :bug: Fixes
4
+
5
+ - Fix missing `mocharc.json` in published package ([**@boneskull**](https://github.com/boneskull))
6
+
1
7
  # 6.0.0-0 / 2019-01-01
2
8
 
9
+ **Documentation for this release can be found at [next.mochajs.org](https://next.mochajs.org)**!
10
+
3
11
  Welcome [**@plroebuck**](https://github.com/plroebuck), [**@craigtaub**](https://github.com/craigtaub), & [**@markowsiak**](https://github.com/markowsiak) to the team!
4
12
 
5
13
  ## :boom: Breaking Changes
@@ -0,0 +1,10 @@
1
+ {
2
+ "diff": true,
3
+ "extension": ["js"],
4
+ "opts": "./test/mocha.opts",
5
+ "package": "./package.json",
6
+ "reporter": "spec",
7
+ "slow": 75,
8
+ "timeout": 2000,
9
+ "ui": "bdd"
10
+ }
package/mocha.js CHANGED
@@ -17337,7 +17337,7 @@ function hasOwnProperty(obj, prop) {
17337
17337
  },{"./support/isBuffer":87,"_process":68,"inherits":86}],89:[function(require,module,exports){
17338
17338
  module.exports={
17339
17339
  "name": "mocha",
17340
- "version": "6.0.0-0",
17340
+ "version": "6.0.0-1",
17341
17341
  "homepage": "https://mochajs.org/",
17342
17342
  "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png"
17343
17343
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "6.0.0-0",
3
+ "version": "6.0.0-1",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -560,7 +560,7 @@
560
560
  "files": [
561
561
  "bin/{*mocha,options.js}",
562
562
  "assets/growl/*.png",
563
- "lib/**/*.{js,html}",
563
+ "lib/**/*.{js,html,json}",
564
564
  "index.js",
565
565
  "mocha.css",
566
566
  "mocha.js",