Skip to content

Commit 59c9f9c

Browse files
committed
feat: fixed the package.json file
1 parent d0a2f48 commit 59c9f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest"
1414
},
1515
"bin": {
16-
"dir-tidy": "./dist/index.js"
16+
"tidyup": "./dist/index.js"
1717
},
1818
"keywords": [
1919
"directory-organizer",
@@ -35,7 +35,7 @@
3535
"bugs": {
3636
"url": "https://github.com/code-env/tidyup/issues"
3737
},
38-
"homepage": "https://github.com/code-env/tidyup#readme",
38+
"homepage": "https://tidyup.bossadizenith.me",
3939
"license": "ISC",
4040
"engines": {
4141
"node": ">=16.0.0"

0 commit comments

Comments
 (0)