Skip to content

Commit 23950df

Browse files
committed
chore(core): update keywords and description
1 parent 08ff86a commit 23950df

File tree

3 files changed

+284
-262
lines changed

3 files changed

+284
-262
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package.json
21
.cache
32
.shadowenv.d
43
.vscode

package.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bugs": {
44
"url": "https://github.com/SMAKSS/random-string/issues"
55
},
6-
"description": "Generates random dummy string with random length.",
6+
"description": "Effortlessly generate customizable random strings with @smakss/random-string. Ideal for creating dummy strings, custom-length passwords, or unique identifiers. Integrates seamlessly with both CommonJS and ECMAScript modules.",
77
"devDependencies": {
88
"@commitlint/cli": "^18.2.0",
99
"@commitlint/config-conventional": "^18.1.0",
@@ -27,9 +27,32 @@
2727
"import": "./dist/esm/index.js",
2828
"require": "./dist/cjs/index.js"
2929
},
30-
"files": ["dist"],
30+
"files": [
31+
"dist"
32+
],
3133
"homepage": "https://github.com/SMAKSS/random-string#readme",
32-
"keywords": ["npm", "yarn", "dummy", "string", "SMAKSS", "random", "CommonJS", "EcmaScript", "Typescript", "random-string"],
34+
"keywords": [
35+
"random-string",
36+
"password-generator",
37+
"string-generator",
38+
"npm",
39+
"yarn",
40+
"typescript",
41+
"ecmascript",
42+
"random-string-utility",
43+
"SMAKSS",
44+
"custom-string",
45+
"string-utility",
46+
"secure-string",
47+
"random-passwords",
48+
"dummy-data",
49+
"dummy-string",
50+
"random-characters",
51+
"string-creation",
52+
"custom-passwords",
53+
"javascript-utility",
54+
"nodejs"
55+
],
3356
"license": "MIT",
3457
"main": "dist/cjs/index.js",
3558
"module": "dist/esm/index.js",
@@ -50,5 +73,5 @@
5073
},
5174
"type": "module",
5275
"types": "lib",
53-
"version": "2.0.0"
54-
}
76+
"version": "2.0.1"
77+
}

0 commit comments

Comments
 (0)