AutorÃa | Ultima modificación | Ver Log |
module.exports = function(grunt) { return { publish: { command: 'npm publish' } }; };
module.exports = function(grunt) {
return {
publish: {
command: 'npm publish'
}
};