File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,15 +366,15 @@ command will be able to find you.
366366
367367Do it like this:
368368
369- "repository" :
370- { "type" : "git"
371- , "url" : "https://github.com/npm/cli.git"
372- }
369+ "repository": {
370+ "type" : "git",
371+ "url" : "https://github.com/npm/cli.git"
372+ }
373373
374- "repository" :
375- { "type" : "svn"
376- , "url" : "https://v8.googlecode.com/svn/trunk/"
377- }
374+ "repository": {
375+ "type" : "svn",
376+ "url" : "https://v8.googlecode.com/svn/trunk/"
377+ }
378378
379379The URL should be a publicly available (perhaps read-only) url that can be handed
380380directly to a VCS program without any modification. It should not be a url to an
You can’t perform that action at this time.
0 commit comments