We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bfd23 commit e2b0f09Copy full SHA for e2b0f09
doc/files/package.json.md
@@ -366,15 +366,15 @@ command will be able to find you.
366
367
Do it like this:
368
369
- "repository" :
370
- { "type" : "git"
371
- , "url" : "https://github.com/npm/cli.git"
372
- }
+ "repository": {
+ "type" : "git",
+ "url" : "https://github.com/npm/cli.git"
+ }
373
374
375
- { "type" : "svn"
376
- , "url" : "https://v8.googlecode.com/svn/trunk/"
377
+ "type" : "svn",
+ "url" : "https://v8.googlecode.com/svn/trunk/"
378
379
The URL should be a publicly available (perhaps read-only) url that can be handed
380
directly to a VCS program without any modification. It should not be a url to an
0 commit comments