Skip to content

Commit

Permalink
Fixed some JSON errors in socket.io's package, updated the contributi…
Browse files Browse the repository at this point in the history
…ons instructions in README.md
  • Loading branch information
ryankirkman committed May 17, 2011
1 parent 1d64c8c commit 13a7295
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,9 @@

The repository mirroring all scripts on ajax.cdnjs.com

Want your script included? Easy. Fork this repository, add your file (following the conventions of this repositry) and send us a pull request.
Want your script included? Easy.

1. Fork this repository
2. Add your file (following the conventions of this repositry)
3. Run your package.json through a [JSON Validator](http://jsonlint.com/)
4. Send us a pull request.
Binary file modified ajax/libs/socket.io/0.6.2/socket.io.min.js
Binary file not shown.
8 changes: 4 additions & 4 deletions ajax/libs/socket.io/package.json
@@ -1,5 +1,5 @@
{
"name": "socket.io"
"name": "socket.io",
"filename": "socket.io.min.js",
"version": "0.6.2",
"description": "Browser-side code for Socket.IO. Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms.",
Expand All @@ -11,13 +11,13 @@
],
"maintainers": [
{
"name": "LearnBoost",
"name": "LearnBoost"
}
],
"repositories": [
{
"type": "git"
"type": "git",
"url": "git://github.com/LearnBoost/Socket.IO.git"
}
]
}
}

0 comments on commit 13a7295

Please sign in to comment.