mocha/mocha-node-dep.patch

20 lines
446 B
Diff
Raw Normal View History

2020-08-19 15:23:36 +08:00
commit 376e50d61ff18883f0e520cff9643c7543896f6a
Author: Tom Hughes <tom@compton.nu>
Date: Fri Jan 1 12:29:07 2016 +0000
Work arround dependency generator bug
diff --git a/package.json b/package.json
index 8172a97..3666ff5 100644
--- a/package.json
+++ b/package.json
@@ -268,7 +268,7 @@
"_mocha": "./bin/_mocha"
},
"engines": {
- "node": ">= 0.8.x"
+ "node": ">= 0.8.0"
},
"scripts": {
"test": "make test-all"