Comparing version 0.4.0 to 0.4.1
# Changelog | ||
## Version 0.4.1 | ||
* package: release commands | ||
## Version 0.4.0 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "ssh2-exec", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Transparent use of `child_process.exec` and `ssh2.prototype.exec`", | ||
@@ -31,6 +31,10 @@ "keywords": [ | ||
"scripts": { | ||
"patch": "npm test && npm version patch -m 'Bump to version %s' && git push --tags && npm publish", | ||
"minor": "npm test && npm version minor -m 'Bump to version %s' && git push --tags && npm publish", | ||
"major": "npm test && npm version major -m 'Bump to version %s' && git push --tags && npm publish", | ||
"coffee": "coffee -b -o lib src", | ||
"pretest": "coffee -b -o lib src", | ||
"test": "mocha test/*.coffee" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
12678