Skip to content

Commit

Permalink
Update intl-tel-input w/ git auto-update (#1862)
Browse files Browse the repository at this point in the history
* Update intl-tel-input.json

I'm the creator of this package and have updated a few fields here that were out-of-date. Thanks.

* Update packages/i/intl-tel-input.json

Co-authored-by: Matt Cowley <[email protected]>

* add react build files

* Add vue files

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
jackocnr and MattIPv4 authored Sep 2, 2024
1 parent dce53a4 commit aeaf13f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions packages/i/intl-tel-input.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "intl-tel-input",
"filename": "js/intlTelInput.min.js",
"homepage": "http://jackocnr.com/intl-tel-input.html",
"description": "A jQuery plugin for entering international telephone numbers",
"filename": "build/js/intlTelInput.min.js",
"homepage": "https://intl-tel-input.com",
"description": "A JavaScript plugin for entering and validating international telephone numbers",
"keywords": [
"international",
"i18n",
Expand All @@ -24,20 +24,22 @@
"target": "git://github.com/jackocnr/intl-tel-input.git",
"fileMap": [
{
"basePath": "build",
"basePath": "",
"files": [
"js/utils.js",
"js/intlTelInput*.js",
"img/flags*.png",
"css/intlTelInput.css"
"build/css/*.css",
"build/js/*.@(js|d.ts)",
"build/js/i18n/{,*/}*.js",
"build/img/*.@(webp|png)",
"react/build/*.@(js|d.ts|cjs)",
"vue/build/*.@(js|mjs|d.ts|cjs)"
]
}
]
},
"authors": [
{
"name": "Jack O'Connor",
"url": "http://jackocnr.com"
"url": "https://jackocnr.com"
}
]
}

0 comments on commit aeaf13f

Please sign in to comment.