From 5ffd29d5ba3ad83cb19c3701b7aa675cdab7c20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Bouillet?= Date: Sat, 7 Dec 2024 10:28:50 -0300 Subject: [PATCH 1/2] change data --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 651084a..4384076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numero-telefono-argentino", - "version": "1.2.0", + "version": "1.2.2", "description": "Validador de números de teléfono argentinos", "main": "./dist/telefonos_argentinos.js", "directories": { @@ -17,11 +17,12 @@ "argentinianTelephoneNumberValidator", "validator", "telephoneNumberFormat", + "telephoneNumberValidator", "enacom", "numeroDeTelefono" ], - "author": "Agustín Bouillet", - "license": "ISC", + "author": "Agustín Bouillet (https://www.bouillet.com.ar)", + "license": "MIT", "bugs": { "url": "https://github.com/agustinbouillet/numero-telefono-argentino/issues" }, From 1abfa103b97192198da8e74a9ec121e27d4188b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Bouillet?= Date: Sat, 7 Dec 2024 10:45:34 -0300 Subject: [PATCH 2/2] readme file --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index d28dd2b..e18c69b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ # Validador de números de teléfono argentinos +## Instalación + +### NPM + +```bash +npm -i numero-telefono-argentino +``` + +### Yarn + +```bash +yarn add numero-telefono-argentino +``` + +### CDN + +#### jsDelivr + +[https://www.jsdelivr.com/package/npm/numero-telefono-argentino](https://www.jsdelivr.com/package/npm/numero-telefono-argentino) + +```bash +https://cdn.jsdelivr.net/npm/numero-telefono-argentino@1.2.1/dist/telefono-argentino.js +``` + ## Uso