Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "beautylog", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "beautiful logging", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "cd ts/compile && gulp" | ||
"test": "cd ts/compile && gulp", | ||
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
100478