UNPKG

pure-angular-advanced-searchbox

Version:
40 lines (20 loc) 384 B
'use strict'; module.exports = { 'options': { 'commitMessage': 'Release v%VERSION%', 'files': [ 'package.json', 'bower.json' ], 'updateConfigs': [ 'pkg' ], 'commit': true, 'commitFiles': [ '-a' ], 'createTag': true, 'push': true, 'pushTo': 'origin' } };