Skip to content

Commit 69f49cb

Browse files
committed
build: tweaks
1 parent 3c1d81e commit 69f49cb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Because that, The user-agent cannot be sufficient condition to identify or repro
5959
**top-user-agents** © [microlink.io](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/top-user-agents/blob/master/LICENSE.md) License.<br>
6060
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/top-user-agents/contributors).
6161

62-
> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
62+
> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"ioredis": "latest",
7373
"isbot": "latest",
7474
"nano-staged": "latest",
75-
"npm-check-updates": "latest",
7675
"simple-git-hooks": "latest",
7776
"standard": "latest",
7877
"standard-markdown": "latest",
@@ -87,14 +86,11 @@
8786
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
8887
"lint": "standard-markdown README.md && standard",
8988
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
90-
"prerelease": "npm run update:check",
9189
"pretest": "npm run lint",
9290
"release": "standard-version -a",
9391
"release:github": "github-generate-release",
9492
"release:tags": "git push --follow-tags origin HEAD:master",
95-
"test": "ava",
96-
"update": "ncu -u",
97-
"update:check": "ncu -- --error-level 2"
93+
"test": "ava"
9894
},
9995
"license": "MIT",
10096
"commitlint": {

0 commit comments

Comments
 (0)