Skip to content

Commit

Permalink
chore: update npmignore file to correct src folder send to npm and up…
Browse files Browse the repository at this point in the history
…date README
  • Loading branch information
gabriel-logan committed Apr 26, 2024
1 parent 3ac4cb9 commit 83d8e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ If you want to help me, you can buy me a coffee (:

jsDelivr:
```bash
https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js
https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js
```
```html
<scritp src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js"></script>
<scritp src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bundle.min.js"></script>
```

unpkg:
```bash
https://unpkg.com/[email protected].1/dist/bundle.js
https://unpkg.com/[email protected].3/dist/bundle.js
```
```html
<scritp src="https://unpkg.com/[email protected].1/dist/bundle.js"></script>
<scritp src="https://unpkg.com/[email protected].3/dist/bundle.js"></script>
```


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiform-validator",
"version": "1.1.1",
"version": "1.1.3",
"description": "Javascript library made to validate, several form fields, such as: email, phone, password, cpf etc.",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 83d8e06

Please sign in to comment.