Skip to content

Commit 9956c1f

Browse files
committed
bump up package
1 parent 252fdea commit 9956c1f

File tree

3 files changed

+126
-81
lines changed

3 files changed

+126
-81
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Validates emails based on regex, common typos, disposable email blacklists, DNS
1414

1515
Install like so
1616

17+
```
18+
npm i add deep-email-validator --save
19+
```
20+
21+
or with yarn
22+
1723
```
1824
yarn add deep-email-validator
1925
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-email-validator",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"files": [
55
"dist/**/*"
66
],

0 commit comments

Comments
 (0)