npm added
Showing
.editorconfig
0 → 100644
.gitmodules
deleted
100644 → 0
.mailmap
0 → 100644
.npmignore
0 → 100644
README
0 → 100644
bump-version
deleted
100755 → 0
git-flow-bugfix
0 → 100644
git-flow-config
0 → 100644
git-flow-log
0 → 100644
gitflow-installer.sh
0 → 100644
hooks/post-flow-bugfix-pull
0 → 100644
hooks/post-flow-bugfix-start
0 → 100644
hooks/post-flow-bugfix-track
0 → 100644
hooks/post-flow-feature-pull
0 → 100644
hooks/post-flow-hotfix-start
0 → 100644
hooks/pre-flow-feature-pull
0 → 100644
hooks/pre-flow-feature-start
0 → 100644
hooks/pre-flow-feature-track
0 → 100644
hooks/pre-flow-hotfix-delete
0 → 100644
hooks/pre-flow-hotfix-finish
0 → 100644
hooks/pre-flow-hotfix-start
0 → 100644
hooks/pre-flow-release-start
0 → 100644
hooks/pre-flow-release-track
0 → 100644
npm-debug.log
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "gitflow", | ||
| "version": "0.4.7", | ||
| "description": "Modified gitflow for dreidev", | ||
| "main": "src/index.js", | ||
| "scripts": { | ||
| "postuninstall": "sudo make 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" | ||
| }, | ||
| "files": [ | ||
| "src/" | ||
| ], | ||
| "bin": { | ||
| "flow": "src/flow.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/dreidev/gitflow.git" | ||
| }, | ||
| "keywords": [ | ||
| "gitflow", | ||
| "dreidev", | ||
| "version", | ||
| "control", | ||
| "git", | ||
| "drazious", | ||
| "cmosh" | ||
| ], | ||
| "author": "cmosh <cmosh@live.com>", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/dreidev/gitflow/issues" | ||
| }, | ||
| "homepage": "https://github.com/dreidev/gitflow#readme", | ||
| "dependencies": { | ||
| "commander": "^2.9.0", | ||
| "shelljs": "^0.7.6" | ||
| } | ||
| } |
src/flow-bugfix.js
0 → 100644
src/flow-config.js
0 → 100644
src/flow-feature.js
0 → 100644
src/flow-hotfix.js
0 → 100644
src/flow-init.js
0 → 100644
src/flow-log.js
0 → 100644
src/flow-release.js
0 → 100644
src/flow-support.js
0 → 100644
src/flow.js
0 → 100644
Please register or sign in to comment