Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanay committed Mar 1, 2014
1 parent 7c7607b commit 8a3f081
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultrases",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/ultrases.js",
"description": "Dead simple email dispatch with AWS SES (Amazon Simple Email Service)",
"homepage": "http://dev.paticon.com/module/ultrases",
Expand All @@ -19,7 +19,11 @@
"type": "MIT"
}
],
"keywords": ["ses", "aws", "email"],
"keywords": [
"ses",
"aws",
"email"
],
"devDependencies": {
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.0",
Expand Down

0 comments on commit 8a3f081

Please sign in to comment.