Downgrade uppercase

Downgrade uppercase
pull/260/head
Shahana Farooqui 4 years ago
parent 2515d8027d
commit 67d1f98586

9
package-lock.json generated

@ -12641,12 +12641,9 @@
}
},
"upper-case": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.1.tgz",
"integrity": "sha512-laAsbea9SY5osxrv7S99vH9xAaJKrw5Qpdh4ENRLcaxipjKsiaBwiAsxfa8X5mObKNTQPsupSq0J/VIxsSJe3A==",
"requires": {
"tslib": "^1.10.0"
}
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
"integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg="
},
"uri-js": {
"version": "4.2.2",

@ -49,7 +49,7 @@
"rxjs": "^6.4.0",
"sha256": "^0.2.0",
"tslib": "^1.10.0",
"upper-case": "^2.0.1",
"upper-case": "^1.1.3",
"zone.js": "~0.9.1"
},
"devDependencies": {

@ -33,7 +33,7 @@
"lnNode": "C Lighting Testnet",
"lnImplementation": "CLT",
"Authentication": {
"macaroonPath": "<Complete path of the folder containing admin.macaroon for the node # 2>"
"macaroonPath": "<Complete path of the folder containing access.macaroon of CL REST for the node # 2>"
},
"Settings": {
"userPersona": "MERCHANT",

Loading…
Cancel
Save