Skip to content

Commit 3565f9f

Browse files
committed
build: tweaks
1 parent 0687744 commit 3565f9f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ const instance = got.extend({
5858
**https-tls** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/https-tls/blob/master/LICENSE.md) License.<br>
5959
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/Kikobeats/https-tls/contributors).
6060

61-
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
61+
> [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
@@ -39,7 +39,6 @@
3939
"git-authors-cli": "latest",
4040
"github-generate-release": "latest",
4141
"nano-staged": "latest",
42-
"npm-check-updates": "latest",
4342
"simple-git-hooks": "latest",
4443
"standard": "latest",
4544
"standard-markdown": "latest",
@@ -68,17 +67,15 @@
6867
"release": "standard-version -a",
6968
"release:github": "github-generate-release",
7069
"release:tags": "git push --follow-tags origin HEAD:master",
71-
"test": "c8 ava",
72-
"update": "ncu -u",
73-
"update:check": "ncu -- --error-level 2"
70+
"test": "c8 ava"
7471
},
7572
"license": "MIT",
7673
"commitlint": {
7774
"extends": [
7875
"@commitlint/config-conventional"
7976
],
8077
"rules": {
81-
"body-max-length": [
78+
"body-max-line-length": [
8279
0
8380
]
8481
}

0 commit comments

Comments
 (0)