UNPKG

nodegit-flow

Version:

nodegit-flow contains gitflow methods that aren't include in the vanilla nodegit package

7 lines (6 loc) 211 B
"use strict"; const ErrorMessageConstants = { GIT_FLOW_NOT_INITIALIZED: 'Git flow has not been initialized on this repo', REPO_REQUIRED: 'A repository is required' }; module.exports = ErrorMessageConstants;