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/doc
diff options
context:
space:
mode:
authorSnuggs <rashaunstovall@gmail.com>2015-03-26 09:33:30 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-27 10:24:05 +0300
commit4e216b29b30463f06afe6e3c645e205da5f50922 (patch)
tree3ba251cf0a5a667dbfe8e79b24da91faed06f43d /doc
parentc2417c7702459a446f07d43ca3c4e99bde7fe9d6 (diff)
Update string example to have closing quotes
Discovered when using example. Created syntax error when running npm install
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 3f29a8c35..18a398b77 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -114,7 +114,7 @@ is an object with a "name" field and optionally "url" and "email", like this:
Or you can shorten that all into a single string, and npm will parse it for you:
- "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)
+ "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)"
Both email and url are optional either way.