Skip to content

Commit

Permalink
update to 1.0.7, switch to yarn, output to es module
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlock1982 committed Apr 20, 2022
1 parent fc2aa85 commit 4f356db
Show file tree
Hide file tree
Showing 16 changed files with 5,471 additions and 571 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015-rollup", "stage-0"]
"presets": ["@babel/env"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ bower_components
# Node.JS
node_modules
npm-debug.log
/.yarn/install-state.gz
363 changes: 363 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
enableGlobalCache: true

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
5 changes: 4 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Translated to JS for CSSSR (http://csssr.ru)
by Pavel Azanov <[email protected]>
by Pavel Azanov <[email protected]>

Actualized JS for 3CX (https://3cx.com)
by Nikolai Orekhov <[email protected]>
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ isMailFine
A simple (but correct) library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation

```
npm i is-mail-fine
```

```
bower i is-mail-fine
npm i @3cx/is-mail-fine
```

Usage
Expand All @@ -28,7 +24,3 @@ isMailFine(
);

```

### Tests

A few tests can be found here: http://jsfiddle.net/coder13/arL3hq26/
35 changes: 0 additions & 35 deletions bower.json

This file was deleted.

Loading

0 comments on commit 4f356db

Please sign in to comment.