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
path: root/lib
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-05-10 23:00:01 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:12 +0300
commit38e60f9b4c44f05b571f283c89e45a1d83698e54 (patch)
tree7dcd961a6b51a06f4ecd924f3c8ba130785b4411 /lib
parent5650a6d3921e99cb3daebed8b6bc582652f0dd63 (diff)
error-message: Remove last remaining "not a bug" error message
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/error-message.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/error-message.js b/lib/utils/error-message.js
index 0d1124f17..49aa9124e 100644
--- a/lib/utils/error-message.js
+++ b/lib/utils/error-message.js
@@ -60,7 +60,6 @@ function errorMessage (er) {
'Failed to parse package.json data.',
'package.json must be actual JSON, not just JavaScript.',
'',
- 'This is not a bug in npm.',
'Tell the package author to fix their package.json file.'
].join('\n'),
'JSON.parse'