Skip to content

Commit 7d22c38

Browse files
committed
Merge pull request #111 from gkatsev/package.json/repository
Change repositories field to repository field
2 parents 99c70bd + 001ab86 commit 7d22c38

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222
},
2323
"homepage": "http://afeld.github.com/backbone-nested/",
2424
"main": "backbone-nested.js",
25-
"repositories": [
26-
{
27-
"type": "git",
28-
"url": "https://github.com/afeld/backbone-nested.git"
29-
}
30-
],
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/afeld/backbone-nested.git"
28+
},
3129
"github": "https://github.com/afeld/backbone-nested"
3230
}

0 commit comments

Comments
 (0)