Skip to content

Commit f1121c7

Browse files
Update license info
1 parent ecb0103 commit f1121c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mailboxvalidator-nodejs",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "MailboxValidator Node.js module enable users to block disposal email, detect free email and validate if an email is valid",
55
"keywords": ["email validation", "disposable", "invalid email", "free email", "fake email"],
66
"homepage": "https://www.mailboxvalidator.com/nodejs",
@@ -11,7 +11,7 @@
1111
},
1212
"files": ["src/mailboxvalidator.js","src/test.js","./README.md"],
1313
"main": "src/mailboxvalidator.js",
14-
"license" : "LGPL-3.0",
14+
"license" : "MIT",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/mailboxvalidator-nodejs/MailboxValidator.git"

src/mailboxvalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var https = require('https');
22

3-
var version = "1.1.2";
3+
var version = "1.1.3";
44
var apikey = "";
55
var singleurl = "https://api.mailboxvalidator.com/v1/validation/single";
66
var disposableurl = "https://api.mailboxvalidator.com/v1/email/disposable";

0 commit comments

Comments
 (0)