Skip to content

Commit

Permalink
chore: Remove 'coming soon' note for .nycrc file (#396)
Browse files Browse the repository at this point in the history
Support for a .nycrc config file has been added.
  • Loading branch information
scriptdaemon authored and bcoe committed Sep 17, 2016
1 parent 0aae39d commit c388daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ var Yargs = require('yargs/yargs')
var Config = {}

// load config from a cascade of sources:
// * command line arguments.
// * package.json.
// * .nycrc (coming soon)
// * command line arguments
// * package.json
// * .nycrc
Config.loadConfig = function (argv, cwd) {
cwd = cwd || process.env.NYC_CWD || process.cwd()
var pkgPath = findUp.sync('package.json', {cwd: cwd})
Expand Down

0 comments on commit c388daf

Please sign in to comment.