Skip to content

Commit

Permalink
locked dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 23, 2013
1 parent 1023fbe commit 354dd21
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 4 deletions.
172 changes: 172 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "nodemailer",
"description": "Easy to use module to send e-mails, supports unicode and SSL/TLS",
"version": "0.3.44",
"version": "0.3.45",
"author" : "Andris Reinman",
"maintainers":[
{
Expand All @@ -25,9 +25,9 @@
}
],
"dependencies": {
"mailcomposer": ">= 0.1.29",
"simplesmtp": ">= 0.1.28",
"optimist": "*"
"mailcomposer": "~0.1",
"simplesmtp": "~0.2",
"optimist": "0.3.5"
},
"devDependencies": {
"nodeunit": "*"
Expand Down

0 comments on commit 354dd21

Please sign in to comment.