Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Butler <james.butler@sandfox.co.uk>2015-04-14 15:05:00 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-04-17 09:04:04 +0300
commit1fe584089f5bef133de5518aa26eaf6064be2bf7 (patch)
tree4e7c96d4a520688169c5c8c9bf6079b6b417c866 /lib/init.js
parent4fc5d98b785f601c60d4dc0a2c8674f0cccf6262 (diff)
Make npm init text a little more friendly
I'm not sure we should use the word "sane" to refer settings etc, it seems a little ableist and there are are nicer and more accurate words we could use instead.
Diffstat (limited to 'lib/init.js')
-rw-r--r--lib/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.js b/lib/init.js
index 401e700af..a889774b0 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -17,7 +17,7 @@ function init (args, cb) {
if (!initJson.yes(npm.config)) {
console.log(
["This utility will walk you through creating a package.json file."
- ,"It only covers the most common items, and tries to guess sane defaults."
+ ,"It only covers the most common items, and tries to guess sensible defaults."
,""
,"See `npm help json` for definitive documentation on these fields"
,"and exactly what they do."