balm-git-flow
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "balm-git-flow", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The best practices for front-end git flow", | ||
@@ -22,5 +22,6 @@ "keywords": [ | ||
"bin": { | ||
"balm-doctor": "bin/balm-doctor.js", | ||
"balm-dev": "bin/balm-dev.js", | ||
"balm-prod": "bin/balm-prod.js" | ||
"balm-git": "bin/balm-git.js", | ||
"balm-git-doctor": "bin/balm-doctor.js", | ||
"balm-git-dev": "bin/balm-dev.js", | ||
"balm-git-prod": "bin/balm-prod.js" | ||
}, | ||
@@ -27,0 +28,0 @@ "scripts": { |
15066