Skip to content

Commit

Permalink
doy, fix package.json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfowler committed Oct 31, 2011
1 parent 8103c96 commit 11a857c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "jsonrpc-client",
"description": "Lightweight JSON-RPC client using scoped-http-client",
"keywords": ["json-rpc", "jsonrpc", "coffeescript"],
"version": "0.1.0",
"version": "0.1.1",
"author": "Andy Fowler (http://github.com/andyfowler)",
"repository": {
"type" : "git",
"url" : "https://github.com/andyfowler/node-jsonrpc-client.git"
},
"licenses": [{
"type": "MIT"
"type": "MIT",
"url": "https://github.com/andyfowler/node-jsonrpc-client/raw/master/LICENSE"
}],

Expand Down

0 comments on commit 11a857c

Please sign in to comment.