Include redis-mock in main build to allow usage without Redis
This commit is contained in:
parent
854810c242
commit
1f2c524b40
|
@ -16097,8 +16097,7 @@
|
|||
"redis-mock": {
|
||||
"version": "0.47.0",
|
||||
"resolved": "https://registry.npmjs.org/redis-mock/-/redis-mock-0.47.0.tgz",
|
||||
"integrity": "sha512-Kbyy7xB+Sj+fPZlwtJGIVus8QfPDFxXi1d2YJ0XXxKEIPN8ciSUFt45uw8G/gGfNm+BsT3bcvBp7D+7du7s/9Q==",
|
||||
"dev": true
|
||||
"integrity": "sha512-Kbyy7xB+Sj+fPZlwtJGIVus8QfPDFxXi1d2YJ0XXxKEIPN8ciSUFt45uw8G/gGfNm+BsT3bcvBp7D+7du7s/9Q=="
|
||||
},
|
||||
"redis-parser": {
|
||||
"version": "2.6.0",
|
||||
|
|
|
@ -113,7 +113,6 @@
|
|||
"proxyquire": "^2.1.3",
|
||||
"puppeteer": "^2.0.0",
|
||||
"raw-loader": "^3.1.0",
|
||||
"redis-mock": "^0.47.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"script-loader": "^0.7.2",
|
||||
"sinon": "^7.5.0",
|
||||
|
@ -150,6 +149,7 @@
|
|||
"mozlog": "^2.2.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"redis": "^2.8.0",
|
||||
"redis-mock": "^0.47.0",
|
||||
"selenium-standalone": "^6.23.0",
|
||||
"ua-parser-js": "^0.7.23"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue