Skip to content

Commit e3a323c

Browse files
committed
chore: update package.json to set access as public and enhance keywords
1 parent e06a803 commit e3a323c

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

package.json

+19-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"description": "Validate Your Emails with Confidence",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
7-
"private": false,
8-
"publishConfig": {
9-
"access": "public"
10-
},
7+
"type": "commonjs",
118
"scripts": {
129
"build": "tsc",
1310
"format": "prettier --write \"src/**/*.(js|ts)\"",
@@ -25,10 +22,26 @@
2522
"url": "git+https://github.com/usevalid-email/js-sdk.git"
2623
},
2724
"keywords": [
28-
"boilerplate",
29-
"typescript"
25+
"email",
26+
"email-validation",
27+
"mail-verification",
28+
"mail",
29+
"mailverifier",
30+
"email-verifier",
31+
"email-verification",
32+
"email-verify",
33+
"smtp",
34+
"email-smtp",
35+
"email-smtp-verification",
36+
"email-smtp-verify",
37+
"deep-email-verification",
38+
"deep-email-verify"
3039
],
3140
"author": "UseValid Email",
41+
"private": false,
42+
"publishConfig": {
43+
"access": "public"
44+
},
3245
"license": "MIT",
3346
"bugs": {
3447
"url": "https://github.com/usevalid-email/js-sdk/issues"

0 commit comments

Comments
 (0)