Merge branch 'release/0.5.3'
Showing
| { | { | ||
| "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" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment