graceful-fs
[#62]throws
when set to true
in readFileSync()
. See: https://github.com/jprichardson/node-jsonfile/pull/33writeFile()
and writeFileSync()
. See: https://github.com/jprichardson/node-jsonfile/issues/28options.spaces
to writeFile()
and writeFileSync()
readFileSync(file, 'utf8')
. See: https://github.com/jprichardson/node-jsonfile/issues/25null
is passed for options. See: https://github.com/jprichardson/node-jsonfile/issues/24\n
to end of file on write. #14options.throws
to readFileSync()
options
to fs.readFile
and fs.readFileSync
. This technically changes behavior, but
changes it according to docs. #12options
param to methods, (seanodell / #4)homepage
field from package.json to remove NPM warning.npmignore
, #14
to 2
to follow Node conventions