@tushardev01/farm-password 1.0.3 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # gen-password
1
+ # farm-password
2
2
 
3
3
  A simple password generator for Node.js with handy character arrays and CLI support.
4
4
  Generates secure random passwords using lowercase, uppercase, numbers, and symbols.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tushardev01/farm-password",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./app.js",
6
6
  "exports": {
@@ -26,6 +26,10 @@
26
26
  "security",
27
27
  "generator"
28
28
  ],
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/TusharKumar1007/farm-password"
32
+ },
29
33
  "author": "Tushar Kumar",
30
34
  "license": "ISC",
31
35
  "description": "Generates passwords and provides handy character arrays."