Skip to content

Commit

Permalink
fixed node version requirement, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jan 26, 2012
1 parent b7fc5f1 commit 9883718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standalone-mailer/package.json
Expand Up @@ -2,15 +2,15 @@
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info/)",
"name": "mailed",
"description": "A standalone mailer for Node.JS",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-examples-js.git"
},
"main": "mailed.js",
"preferGlobal": true,
"engines": {
"node": "~0.4.8"
"node": ">= 0.2"
},
"bin": {
"mailed": "mailed.js"
Expand Down

0 comments on commit 9883718

Please sign in to comment.