UNPKG

cortex

Version:

Cortex is an npm-like package manager for browsers.

7 lines (6 loc) 291 B
'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.' };