We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c70bd commit 001ab86Copy full SHA for 001ab86
1 file changed
package.json
@@ -22,11 +22,9 @@
22
},
23
"homepage": "http://afeld.github.com/backbone-nested/",
24
"main": "backbone-nested.js",
25
- "repositories": [
26
- {
27
- "type": "git",
28
- "url": "https://github.com/afeld/backbone-nested.git"
29
- }
30
- ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/afeld/backbone-nested.git"
+ },
31
"github": "https://github.com/afeld/backbone-nested"
32
}
0 commit comments