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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-29 01:06:26 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:04 +0300
commitf3a3abaf4d7229559b4c477b6ffc526f63e803c8 (patch)
tree4c029e7a19485782795be2c5c892684be304450a /.licensee.json
parentcba26d647e65a2fc05b3a44f6ef1cce29de4d0df (diff)
remove unnecessary package overrides from licensee config
Diffstat (limited to '.licensee.json')
-rw-r--r--.licensee.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/.licensee.json b/.licensee.json
index 5b815d601..05235667c 100644
--- a/.licensee.json
+++ b/.licensee.json
@@ -5,11 +5,5 @@
],
"blueOak": "bronze"
},
- "corrections": true,
- "packages": {
- "config-chain": "1.1.12",
- "cyclist": "0.2.2",
- "json-schema": "0.2.3",
- "qrcode-terminal": "0.12.0"
- }
+ "corrections": true
}