Commit d938140d authored by Clive Makamara's avatar Clive Makamara

version bump and travis fix

parent 6e9180ae
language: node_js
node_js:
- "7"
- "6"
- "6.1"
- "5.11"
- "0.6"
- "iojs"
notifications:
email: false
\ No newline at end of file
......@@ -35,7 +35,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
GITFLOW_VERSION=0.5.3
GITFLOW_VERSION=0.5.4
initialize() {
# A function can not be empty. Comments count as empty.
......
{
"name": "gitflow",
"version": "0.5.3",
"version": "0.5.4",
"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;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"
"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"
},
"files": [
"src/"
......
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