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:
Diffstat (limited to 'node_modules/init-package-json/test/basic.js')
-rw-r--r--node_modules/init-package-json/test/basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/init-package-json/test/basic.js b/node_modules/init-package-json/test/basic.js
index e1c448656..409c16978 100644
--- a/node_modules/init-package-json/test/basic.js
+++ b/node_modules/init-package-json/test/basic.js
@@ -11,7 +11,7 @@ tap.test('the basics', function (t) {
{ name: 'the-name',
version: '1.2.5',
description: 'description',
- author: 'me <em@i.l> (http://url)',
+ author: 'npmbot <n@p.m> (http://npm.im)',
scripts: { test: 'make test' },
main: 'main.js',
config: { foo: 'bar' },