UNPKG

intl-tel-input

Version:

A JavaScript plugin for entering and validating international telephone numbers

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