Merge branch 'release/0.4.11'
Showing
Changes.mdown
deleted
100644 → 0
This diff is collapsed.
gitflow-installer.sh
0 → 100644
| { | { | ||
| "name": "gitflow", | "name": "gitflow", | ||
| "version": "0.4.10", | "version": "0.4.11", | ||
| "description": "Modified gitflow for dreidev", | "description": "Modified gitflow for dreidev", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -26,8 +26,13 @@ | ... | @@ -26,8 +26,13 @@ |
| "drazious", | "drazious", | ||
| "cmosh" | "cmosh" | ||
| ], | ], | ||
| "author": "cmosh <cmosh@live.com>", | "author": { | ||
| "license": "MIT", | "name": "Clive Makamara", | ||
| "email": "clive@makamara.me", | |||
| "url": "http://github.com/cmosh", | |||
| "organization": "dreidev" | |||
| }, | |||
| "license": "LGPL", | |||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/dreidev/gitflow/issues" | "url": "https://github.com/dreidev/gitflow/issues" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment