free-email-domains 1.2.13 → 1.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -27,4 +27,4 @@ freeEmailDomains.includes('gmail.com') // => true
|
|
|
27
27
|
**free-email-domains** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/free-email-domains/blob/master/LICENSE.md) License.<br>
|
|
28
28
|
Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/free-email-domains/contributors).
|
|
29
29
|
|
|
30
|
-
> [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) ·
|
|
30
|
+
> [kikobeats.com](https://kikobeats.com) · GitHub [@Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "free-email-domains",
|
|
3
3
|
"description": "A comprehensive list of all free email domain providers",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/free-email-domains",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.15",
|
|
6
6
|
"main": "domains.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -96,7 +96,12 @@
|
|
|
96
96
|
"commitlint": {
|
|
97
97
|
"extends": [
|
|
98
98
|
"@commitlint/config-conventional"
|
|
99
|
-
]
|
|
99
|
+
],
|
|
100
|
+
"rules": {
|
|
101
|
+
"body-max-line-length": [
|
|
102
|
+
0
|
|
103
|
+
]
|
|
104
|
+
}
|
|
100
105
|
},
|
|
101
106
|
"nano-staged": {
|
|
102
107
|
"*.js": [
|