Merge branch 'release/0.5.4'
Showing
.travis.yml
0 → 100644
gitflow @ 82ff372c
| { | { | ||
| "name": "gitflow", | "name": "gitflow", | ||
| "version": "0.5.3", | "version": "0.5.4", | ||
| "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;npm i -g breakout-timeline; 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; 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" | "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" | ||
| }, | }, | ||
| "files": [ | "files": [ | ||
| "src/" | "src/" | ||
| ], | ], | ||
| "bin": { | |||
| "breakout-flow": "./node_modules/breakout-timeline/bin/index.js" | |||
| }, | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git+https://github.com/dreidev/gitflow.git" | "url": "git+https://github.com/dreidev/gitflow.git" | ||
| }, | }, | ||
| "os": ["!win32"], | "os": [ | ||
| "!win32" | |||
| ], | |||
| "keywords": [ | "keywords": [ | ||
| "gitflow", | "gitflow", | ||
| "dreidev", | "dreidev", | ||
| ... | @@ -35,7 +40,7 @@ | ... | @@ -35,7 +40,7 @@ |
| }, | }, | ||
| "homepage": "https://github.com/dreidev/gitflow#readme", | "homepage": "https://github.com/dreidev/gitflow#readme", | ||
| "dependencies": { | "dependencies": { | ||
| "breakout-timeline": "0.0.3", | "breakout-timeline": "0.0.4", | ||
| "commander": "^2.9.0", | "commander": "^2.9.0", | ||
| "shelljs": "^0.7.6" | "shelljs": "^0.7.6" | ||
| } | } | ||
| ... | ... |
Please register or sign in to comment