Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Dec 24, 2023
1 parent fed78f2 commit f81cae0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ This lightweight module facilitates precise email address validation, returning
npm install email-validator
```

## 🌍 » Browser
### cdn.sefinek.net
```js

```
### jsdelivr.net
```
https://cdn.jsdelivr.net/gh/sefinek24/email-validator@latest/dist/validator.js
```


## 🤔 » Example
```js
const emailValidator = require('email-validator');
Expand Down
1 change: 0 additions & 1 deletion dist/email-validator.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/email-validator.js → dist/validator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/validator.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
entry: './src/index.js',
mode: 'production',
output: {
filename: 'email-validator.js',
filename: 'validator.js',
path: path.resolve(__dirname, 'dist'),
},
devtool: 'source-map',
Expand Down

0 comments on commit f81cae0

Please sign in to comment.