Skip to content

Commit 072c863

Browse files
committed
build: contributors
1 parent aea145e commit 072c863

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "0.0.0",
66
"main": "index.json",
77
"author": {
8-
"name": "Kiko Beats",
98
"email": "[email protected]",
9+
"name": "Kiko Beats",
1010
"url": "https://kikobeats.com"
1111
},
1212
"repository": {
@@ -16,9 +16,6 @@
1616
"bugs": {
1717
"url": "https://github.com/Kikobeats/top-user-agents/issues"
1818
},
19-
"files": [
20-
"scripts"
21-
],
2219
"keywords": [
2320
"agent",
2421
"common",
@@ -34,6 +31,7 @@
3431
"devDependencies": {
3532
"@commitlint/cli": "latest",
3633
"@commitlint/config-conventional": "latest",
34+
"ci-publish": "latest",
3735
"conventional-github-releaser": "latest",
3836
"finepack": "latest",
3937
"git-authors-cli": "latest",
@@ -44,16 +42,19 @@
4442
"prettier-standard": "latest",
4543
"standard": "latest",
4644
"standard-markdown": "latest",
47-
"standard-version": "latest",
48-
"ci-publish": "latest"
45+
"standard-version": "latest"
4946
},
5047
"engines": {
5148
"node": ">= 10"
5249
},
50+
"files": [
51+
"scripts"
52+
],
5353
"scripts": {
5454
"clean": "rm -rf node_modules",
5555
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
5656
"lint": "standard-markdown README.md && standard",
57+
"postinstall": "node scripts/postinstall",
5758
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
5859
"prerelease": "npm run update:check && npm run contributors",
5960
"pretest": "npm run lint",
@@ -62,8 +63,7 @@
6263
"release:tags": "git push --follow-tags origin HEAD:master",
6364
"test": "exit 0",
6465
"update": "ncu -u",
65-
"update:check": "ncu -- --error-level 2",
66-
"postinstall": "node scripts/postinstall"
66+
"update:check": "ncu -- --error-level 2"
6767
},
6868
"license": "MIT",
6969
"commitlint": {

0 commit comments

Comments
 (0)