Commit 280090c7 authored by Clive Makamara's avatar Clive Makamara

Merge branch 'release/0.5.3'

parents c5111e97 84e2af7a
......@@ -80,7 +80,6 @@ install)
stable)
cd "$REPO_NAME"
git checkout master
npm i -g breakout-timeline
cd "$OLDPWD"
;;
develop)
......
......@@ -35,7 +35,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
GITFLOW_VERSION=0.5.0
GITFLOW_VERSION=0.5.3
initialize() {
# A function can not be empty. Comments count as empty.
......
{
"name": "gitflow",
"version": "0.5.0",
"version": "0.5.3",
"description": "Modified gitflow for dreidev",
"main": "src/index.js",
"scripts": {
"postinstall": "curl https://raw.githubusercontent.com/dreidev/gitflow/develop/contrib/gitflow-installer.sh > gitflow-installer.sh; chmod a+x gitflow-installer.sh; sudo bash gitflow-installer.sh install stable",
"postuninstall": "curl https://raw.githubusercontent.com/dreidev/gitflow/develop/contrib/gitflow-installer.sh > gitflow-installer.sh; chmod a+x gitflow-installer.sh; sudo bash gitflow-installer.sh uninstall"
"postinstall": "curl https://raw.githubusercontent.com/dreidev/gitflow/develop/contrib/gitflow-installer.sh > gitflow-installer.sh; chmod a+x gitflow-installer.sh;npm i -g breakout-timeline; sudo bash gitflow-installer.sh install stable",
"postuninstall": "curl https://raw.githubusercontent.com/dreidev/gitflow/develop/contrib/gitflow-installer.sh > gitflow-installer.sh; chmod a+x gitflow-installer.sh;npm un -g breakout-timeline; sudo bash gitflow-installer.sh uninstall"
},
"files": [
"src/"
],
"bin": {
"flow": "./git-flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreidev/gitflow.git"
},
"os": ["!win32"],
"keywords": [
"gitflow",
"dreidev",
......@@ -31,7 +29,7 @@
"url": "http://github.com/cmosh",
"organization": "dreidev"
},
"license": "LGPL",
"license": "MIT",
"bugs": {
"url": "https://github.com/dreidev/gitflow/issues"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment