Skip to content

Commit

Permalink
Add missing comma to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Apr 1, 2014
1 parent 1f8f359 commit b5ea0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Paul Uithol <https://github.com/PaulUithol>",
"contributors": "Listed at <https://github.com/PaulUithol/Backbone-relational/contributors>",
"dependencies": {
"underscore": ">=1.5.0"
"underscore": ">=1.5.0",
"backbone": ">=1.1.2"
},
"license": "MIT",
Expand Down

0 comments on commit b5ea0b2

Please sign in to comment.