Skip to content

Commit 4a66209

Browse files
committed
change repo name to cache-cmd
1 parent 0793af1 commit 4a66209

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ You can use it to execute commands conditionally in `package.json` scripts.
5454

5555
## Contribute
5656

57-
If you find a bug or something you don't like, please [submit an issue](https://github.com/dcastil/debounce-cmd/issues/new) or a pull request. I'm happy about any kind of feedback!
57+
If you find a bug or something you don't like, please [submit an issue](https://github.com/dcastil/cache-cmd/issues/new) or a pull request. I'm happy about any kind of feedback!

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"time",
1414
"hash"
1515
],
16-
"homepage": "https://github.com/dcastil/debounce-cmd",
16+
"homepage": "https://github.com/dcastil/cache-cmd",
1717
"bugs": {
18-
"url": "https://github.com/dcastil/debounce-cmd/issues"
18+
"url": "https://github.com/dcastil/cache-cmd/issues"
1919
},
2020
"license": "MIT",
2121
"author": "Dany Castillo",
@@ -28,14 +28,14 @@
2828
"source": "src/cli.ts",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/dcastil/debounce-cmd.git"
31+
"url": "https://github.com/dcastil/cache-cmd.git"
3232
},
3333
"scripts": {
3434
"cache-cmd": "node ./dist/cli.cjs",
3535
"build": "rm -rf dist/* && microbundle --strict --target node --output dist/cli.ts --format cjs --generateTypes false",
3636
"type-check": "tsc --build",
3737
"preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi",
38-
"postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/debounce-cmd/releases; fi"
38+
"postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/cache-cmd/releases; fi"
3939
},
4040
"dependencies": {
4141
"date-fns": "^2.25.0",

0 commit comments

Comments
 (0)