summaryrefslogtreecommitdiff
path: root/deps/npm/lib/init.js
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-05-01 01:27:33 -0700
committerForrest L Norvell <forrest@npmjs.com>2015-05-01 16:05:03 -0700
commit56e4255382ad4d2426e034624b41bbe97d18bca0 (patch)
treea4efb056d4a8b356cc232f31e00454834f0a6485 /deps/npm/lib/init.js
parentb4ad5d7050581fe615dab0ec8ef23c83bd965acb (diff)
downloadandroid-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.tar.gz
android-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.tar.bz2
android-node-v8-56e4255382ad4d2426e034624b41bbe97d18bca0.zip
deps: upgrade npm to 2.9.0
PR-URL: https://github.com/iojs/io.js/pull/1573 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Diffstat (limited to 'deps/npm/lib/init.js')
-rw-r--r--deps/npm/lib/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/init.js b/deps/npm/lib/init.js
index 401e700af3..a889774b02 100644
--- a/deps/npm/lib/init.js
+++ b/deps/npm/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."