Skip to content

Commit 0f9e211

Browse files
committed
package spec: silly trailing comma
1 parent 41425aa commit 0f9e211

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/package.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a "type" property specifying the type of license and a url property linking to t
7878
"licenses": [
7979
{
8080
"type": "GPLv2",
81-
"url": "http://www.example.com/licenses/gpl.html",
81+
"url": "http://www.example.com/licenses/gpl.html"
8282
}
8383
]
8484

@@ -129,7 +129,8 @@ inside that folder.
129129
A "person" is an object with a "name" field and optionally "url" and
130130
"email", like this:
131131

132-
{ "name" : "Barney Rubble",
132+
{
133+
"name" : "Barney Rubble",
133134
"email" : "b@rubble.com",
134135
"url" : "http://barnyrubble.tumblr.com/"
135136
}

0 commit comments

Comments
 (0)