Skip to content

Commit

Permalink
Merge pull request #32 from agustinbouillet/release-1.x
Browse files Browse the repository at this point in the history
Release 1.x
  • Loading branch information
agustinbouillet authored Dec 7, 2024
2 parents 898d54c + 52ee68b commit 800b02c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "numero-telefono-argentino",
"version": "1.2.1",
"version": "1.2.2",
"description": "Validador de números de teléfono argentinos",
"main": "./dist/telefonos_argentinos.js",
"directories": {
Expand All @@ -17,11 +17,12 @@
"argentinianTelephoneNumberValidator",
"validator",
"telephoneNumberFormat",
"telephoneNumberValidator",
"enacom",
"numeroDeTelefono"
],
"author": "Agustín Bouillet",
"license": "ISC",
"author": "Agustín Bouillet <agustin.bouillet@gmail.com> (https://www.bouillet.com.ar)",
"license": "MIT",
"bugs": {
"url": "https://github.com/agustinbouillet/numero-telefono-argentino/issues"
},
Expand Down

0 comments on commit 800b02c

Please sign in to comment.