mocha-compat 3.6.4 → 3.6.5

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-compat",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
4
4
  "description": "This is a fork of mocha 3.5.3 to upgrade dependencies to retain support for Node >=0.8 and resolve npm audit issues. Replace mocha-compat wherever you use mocha so they can be used side by side",
5
5
  "keywords": [
6
6
  "mocha",
@@ -307,7 +307,8 @@
307
307
  "scripts": {
308
308
  "lint": "",
309
309
  "test": "make test && make clean",
310
- "preversion": "make test && rm mocha.js && make mocha.js && git add mocha.js",
310
+ "prepublishOnly": "node scripts/require-support-branch.js",
311
+ "preversion": "rm mocha.js && make mocha.js && git add mocha.js",
311
312
  "coveralls": "nyc report --reporter=text-lcov | coveralls"
312
313
  },
313
314
  "dependencies": {
@@ -336,7 +337,6 @@
336
337
  "coveralls": "^3.1.1",
337
338
  "cross-spawn": "^5.1.0",
338
339
  "expect.js": "^0.3.1",
339
- "globals": "^15.12.0",
340
340
  "karma": "^6.4.4",
341
341
  "karma-browserify": "^8.1.0",
342
342
  "karma-chrome-launcher": "^3.2.0",
@@ -356,15 +356,14 @@
356
356
  },
357
357
  "files": [
358
358
  "bin",
359
- "images",
360
- "lib",
359
+ "lib/**/*.{js,html,json}",
360
+ "lib/**/LICENSE",
361
361
  "vendor",
362
362
  "index.js",
363
363
  "mocha.css",
364
364
  "mocha.js",
365
365
  "browser-entry.js",
366
- "LICENSE",
367
- "bower.json"
366
+ "LICENSE"
368
367
  ],
369
368
  "browser": {
370
369
  "debug": "./lib/browser/debug.js",
package/bower.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "name": "mocha",
3
- "homepage": "https://mochajs.org",
4
- "description": "simple, flexible, fun test framework",
5
- "repository": {
6
- "type": "git",
7
- "url": "git://github.com/mochajs/mocha.git"
8
- },
9
- "main": [
10
- "mocha.js",
11
- "mocha.css"
12
- ],
13
- "ignore": [
14
- "bin",
15
- "editors",
16
- "images",
17
- "lib",
18
- "scripts",
19
- "test",
20
- "assets",
21
- "media",
22
- ".*",
23
- "index.js",
24
- "karma.conf.js",
25
- "browser-entry.js",
26
- "Makefile",
27
- "package.json",
28
- "appveyor.yml"
29
- ],
30
- "keywords": [
31
- "mocha",
32
- "test",
33
- "bdd",
34
- "tdd",
35
- "tap"
36
- ],
37
- "license": "MIT"
38
- }
package/images/error.png DELETED
Binary file
package/images/ok.png DELETED
Binary file
@@ -1,4 +0,0 @@
1
- env:
2
- node: false
3
- browser: false
4
- commonjs: true