pure-angular-advanced-searchbox
Version:
Pure angular-based advanced search
40 lines (20 loc) • 384 B
JavaScript
;
module.exports = {
'options': {
'commitMessage': 'Release v%VERSION%',
'files': [
'package.json',
'bower.json'
],
'updateConfigs': [
'pkg'
],
'commit': true,
'commitFiles': [
'-a'
],
'createTag': true,
'push': true,
'pushTo': 'origin'
}
};