Skip to content

Commit ae29811

Browse files
committed
feat: add set-value, get-value and object-path to the preferred manifest
1 parent 8a65ac3 commit ae29811

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

manifests/preferred.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@
186186
"docPath": "fs-extra",
187187
"category": "preferred"
188188
},
189+
{
190+
"type": "documented",
191+
"moduleName": "get-value",
192+
"docPath": "get-value",
193+
"category": "preferred"
194+
},
189195
{
190196
"type": "documented",
191197
"moduleName": "glob",
@@ -2208,6 +2214,12 @@
22082214
"docPath": "npm-run-all",
22092215
"category": "preferred"
22102216
},
2217+
{
2218+
"type": "documented",
2219+
"moduleName": "object-path",
2220+
"docPath": "object-path",
2221+
"category": "preferred"
2222+
},
22112223
{
22122224
"type": "documented",
22132225
"moduleName": "ora",
@@ -2274,6 +2286,12 @@
22742286
"docPath": "rimraf",
22752287
"category": "preferred"
22762288
},
2289+
{
2290+
"type": "documented",
2291+
"moduleName": "set-value",
2292+
"docPath": "set-value",
2293+
"category": "preferred"
2294+
},
22772295
{
22782296
"type": "documented",
22792297
"moduleName": "shortid",

0 commit comments

Comments
 (0)