Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-11 12:46:32 +0300
committerGitHub <noreply@github.com>2019-11-11 12:46:32 +0300
commite13e2aad7aa6df7df47c7f5bcd5c3a49c9c60a01 (patch)
tree03f694c5682607011ff014ff3cfca12e83491eaf /package.json
parentaf54e7a7c841acbd8c73c66d953123987bf8e570 (diff)
Switch to twbs/rewire#master. (#463)
This is basically a fork of rensbaardman/rewire#master which has quite a few fixes missing from upstream. There's a bug in rewire jhnns/rewire/167 which affects Node.js 12.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1ffd8d2..aebcc86 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"qunit": "^2.9.3",
- "rewire": "^4.0.1",
+ "rewire": "github:twbs/rewire#master",
"sinon": "^7.5.0",
"terser": "^4.3.9"
},