Skip to content

Commit e69be6a

Browse files
author
Jordan Edelston
committed
Revert some things.
1 parent 35633a6 commit e69be6a

File tree

7 files changed

+922
-149
lines changed

7 files changed

+922
-149
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ yarn.lock
88
/es
99
/lib
1010
/index.js
11-
/umd.js
1211
validator.js
1312
validator.min.js
1413

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ validator.isEmail('[email protected]'); //=> true
4040
#### ES6
4141

4242
```javascript
43-
import * as validator from 'validator';
43+
import validator from 'validator';
4444
```
4545

4646
Or, import only a subset of the library:

build-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import babelPresetEnv from "@babel/preset-env";
66
import pkg from "./package.json";
77

88
rollup({
9-
entry: "src/umd.js",
9+
entry: "src/index.js",
1010
plugins: [
1111
babel({
1212
presets: [[babelPresetEnv, { modules: false }]],

0 commit comments

Comments
 (0)