'use strict';
// Yep, I hate JSON. I DO WANT annotations!module.exports = {
WARN_UNPUBLISH_ALL: 'Unpublishing the entire package "{{name}}", be sure about what you\'ve done.',
REFUSE_UNPUBLISH_ALL: 'Refusing to delete the entire package "{{name}}". Use `--force` option to do this.'
};