UNPKG

publish-please

Version:

Safe and highly functional replacement for `npm publish`.

11 lines (9 loc) 236 B
'use strict'; module.exports = { validations: require('./validations').DEFAULT_OPTIONS, confirm: true, publishCommand: 'npm publish', publishTag: 'latest', prePublishScript: 'npm test', postPublishScript: '' };