Skip to content

Commit 760796a

Browse files
committed
chore: tweaks
1 parent 175056b commit 760796a

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ You can have a better overview of the percentage of success by looking your Clou
350350
**cacheable-response** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/cacheable-response/blob/master/LICENSE.md) License.<br/>
351351
Authored and maintained by Kiko Beats with help from [contributors](https://github.com/Kikobeats/cacheable-response/contributors).
352352

353-
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
353+
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · X [@Kikobeats](https://x.com/Kikobeats)

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"github-generate-release": "latest",
7777
"got": "11",
7878
"nano-staged": "latest",
79-
"npm-check-updates": "latest",
8079
"simple-git-hooks": "latest",
8180
"standard": "latest",
8281
"standard-markdown": "latest",
@@ -94,14 +93,12 @@
9493
"contributors": "(git-authors-cli && --sort-ignore-object-at ava && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
9594
"lint": "standard-markdown README.md && standard",
9695
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
97-
"prerelease": "npm run update:check && npm run contributors",
96+
"prerelease": "npm run contributors",
9897
"pretest": "npm run lint",
9998
"release": "standard-version -a",
10099
"release:github": "github-generate-release",
101100
"release:tags": "git push --follow-tags origin HEAD:master",
102-
"test": "c8 ava",
103-
"update": "ncu -u",
104-
"update:check": "ncu -- --error-level 2"
101+
"test": "c8 ava"
105102
},
106103
"license": "MIT",
107104
"ava": {

0 commit comments

Comments
 (0)