Skip to content

Commit 3b2fe57

Browse files
committed
Update package version to 1.0.2 and remove redundant dependency from package.json and package-lock.json
1 parent 0367a7d commit 3b2fe57

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

package-lock.json

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerowillreborn/secure-password-generator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "CLI + API to generate secure passwords with options for length, symbols, and readability",
55
"main": "src/index.js",
66
"bin": {
@@ -26,7 +26,6 @@
2626
"test": "node test/generator.test.js"
2727
},
2828
"dependencies": {
29-
"@zerowillreborn/secure-password-generator": "^1.0.1",
3029
"chalk": "^5.4.1",
3130
"clipboardy": "^4.0.0",
3231
"commander": "^14.0.0",

0 commit comments

Comments
 (0)