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

Merge branch 'release/0.5.3'

parents c5111e97 84e2af7a
...@@ -80,7 +80,6 @@ install) ...@@ -80,7 +80,6 @@ install)
stable) stable)
cd "$REPO_NAME" cd "$REPO_NAME"
git checkout master git checkout master
npm i -g breakout-timeline
cd "$OLDPWD" cd "$OLDPWD"
;; ;;
develop) develop)
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
GITFLOW_VERSION=0.5.0 GITFLOW_VERSION=0.5.3
initialize() { initialize() {
# A function can not be empty. Comments count as empty. # A function can not be empty. Comments count as empty.
......
{ {
"name": "gitflow", "name": "gitflow",
"version": "0.5.0", "version": "0.5.3",
"description": "Modified gitflow for dreidev", "description": "Modified gitflow for dreidev",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "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", "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; sudo bash gitflow-installer.sh uninstall" "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": [ "files": [
"src/" "src/"
], ],
"bin": {
"flow": "./git-flow"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dreidev/gitflow.git" "url": "git+https://github.com/dreidev/gitflow.git"
}, },
"os": ["!win32"],
"keywords": [ "keywords": [
"gitflow", "gitflow",
"dreidev", "dreidev",
...@@ -31,7 +29,7 @@ ...@@ -31,7 +29,7 @@
"url": "http://github.com/cmosh", "url": "http://github.com/cmosh",
"organization": "dreidev" "organization": "dreidev"
}, },
"license": "LGPL", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/dreidev/gitflow/issues" "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