summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/stringify-package/README.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-10-08 08:57:31 -0700
committerMyles Borins <mylesborins@google.com>2019-12-13 11:51:53 -0500
commitf9b31edb25fcdf6602fbf8233affb791e2f849a5 (patch)
tree5e6c1818de1b32158c7f3c491bf2f87392e79ccb /deps/npm/node_modules/stringify-package/README.md
parent0621e25f90c4b3bbea5b2e4f63b3ea919e47440c (diff)
downloadnode-new-f9b31edb25fcdf6602fbf8233affb791e2f849a5.tar.gz
deps: update npm to 6.13.4
PR-URL: https://github.com/nodejs/node/pull/30904 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/stringify-package/README.md')
-rw-r--r--deps/npm/node_modules/stringify-package/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/stringify-package/README.md b/deps/npm/node_modules/stringify-package/README.md
index 1df3137871..1ba4f5a330 100644
--- a/deps/npm/node_modules/stringify-package/README.md
+++ b/deps/npm/node_modules/stringify-package/README.md
@@ -28,11 +28,11 @@ fs.writeFile('package.json', stringifyPackage(pkg), 'utf8', cb(err) => {
### Features
-* Ensures consistent file indentation
+* Ensures consistent file indentation
To match existing file indentation,
[`detect-indent`](https://npm.im/detect-indent) is recommended.
-* Ensures consistent newlines
+* Ensures consistent newlines
To match existing newline characters,
[`detect-newline`](https://npm.im/detect-newline) is recommended.