Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Aug 28, 2015
1 parent 60e1b0f commit 52ee428
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "SparkPost transport for Nodemailer",
"main": "lib/sparkPostTransport.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push upstream && npm publish && git push --tags upstream"
},
"repository": {
"type": "git",
Expand All @@ -28,6 +29,7 @@
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.1",
"sinon": "^1.14.1"
"sinon": "^1.14.1",
"with-package": "^0.2.0"
}
}

0 comments on commit 52ee428

Please sign in to comment.