Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Partridge committed May 16, 2012
1 parent 269c74c commit f77fe5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -6,7 +6,7 @@
], ],
"name": "sendgrid", "name": "sendgrid",
"description": "A NodeJS implementation of the SendGrid Api.", "description": "A NodeJS implementation of the SendGrid Api.",
"version": "0.2.1", "version": "0.2.2",
"homepage": "sendgrid.com", "homepage": "sendgrid.com",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -27,5 +27,6 @@
}, },
"scripts": { "scripts": {
"test": "make test" "test": "make test"
} },
} "optionalDependencies": {}
}

0 comments on commit f77fe5b

Please sign in to comment.