mocha-compat 3.6.1 → 3.6.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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha-compat",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
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",
|
|
@@ -320,7 +320,8 @@
|
|
|
320
320
|
"mkdirp": "^0.5.5",
|
|
321
321
|
"mock-require-lazy": "^1.0.1",
|
|
322
322
|
"once": "^1.3.0",
|
|
323
|
-
"supports-color": "^3.1.2"
|
|
323
|
+
"supports-color": "^3.1.2",
|
|
324
|
+
"wrappy": "^1.0.2"
|
|
324
325
|
},
|
|
325
326
|
"devDependencies": {
|
|
326
327
|
"@coderbyheart/karma-sauce-launcher": "git://github.com/coderbyheart/karma-sauce-launcher#5259942cd6d40090eaa13ceeef5b0b8738c7710f",
|