Skip to content

Commit 70d6a3c

Browse files
committed
Merge branch 'release/3.0.1'
* release/3.0.1: Updated version Updated license and tabs to spaces. Bump follow-redirects from 1.14.7 to 1.14.8
2 parents 3e5b95c + 09a1416 commit 70d6a3c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Emailable. https://emailable.com
3+
Copyright (c) 2022 Emailable. https://emailable.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/emailable.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ const Batches = require('./batches');
55

66
class Emailable {
77

8-
constructor(apiKey) {
9-
this.client = new Client(apiKey);
10-
this.batches = new Batches(this.client);
11-
}
8+
constructor(apiKey) {
9+
this.client = new Client(apiKey);
10+
this.batches = new Batches(this.client);
11+
}
1212

1313
verify(email, options = {}) {
14-
var params = Object.assign({ email: email }, options);
14+
var params = Object.assign({ email: email }, options);
1515

16-
return this.client.makeRequest('get', 'verify', params);
17-
}
16+
return this.client.makeRequest('get', 'verify', params);
17+
}
1818

19-
account() {
20-
return this.client.makeRequest('get', 'account');
21-
}
19+
account() {
20+
return this.client.makeRequest('get', 'account');
21+
}
2222

2323
}
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailable",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Email Verification that's astonishingly easy and low-cost. See https://emailable.com for details.",
55
"main": "lib/emailable.js",
66
"scripts": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ flat@^5.0.2:
216216
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
217217

218218
follow-redirects@^1.14.7:
219-
version "1.14.7"
220-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
221-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
219+
version "1.14.8"
220+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
221+
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
222222

223223
fs.realpath@^1.0.0:
224224
version "1.0.0"

0 commit comments

Comments
 (0)