Npm-check-updates: Better document .ncurc config options

Created on 12 Jun 2018  路  3Comments  路  Source: raineorshine/npm-check-updates

Configuration Files

Use a .ncurc.{json,yml,js} file to specify configuration information. You can specify file name and path using --configFileName and --configFilePath command line options.

Could there be a file excerpt or two put in the README.md to demonstrate the suggested usage?

All 3 comments

How about adding this?

{
  "upgrade": true, 
  "filter": "express"
}

Also, it will nice to update example with array variant:

{
  "reject": [
    "@types/estree",
    "ts-node"
  ]
}

@sanex3339 Thanks! Done

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fatso83 picture fatso83  路  3Comments

benface picture benface  路  7Comments

HitomiTenshi picture HitomiTenshi  路  6Comments

Eschon picture Eschon  路  7Comments

daveisfera picture daveisfera  路  7Comments