wefra/lib/intl-tel-input-master/grunt/shell.js

7 lines
103 B
JavaScript
Raw Normal View History

module.exports = function(grunt) {
return {
publish: {
command: 'npm publish'
}
};
};