|
5 | 5 | "version": "0.0.0", |
6 | 6 | "main": "index.json", |
7 | 7 | "author": { |
8 | | - "name": "Kiko Beats", |
9 | 8 | |
| 9 | + "name": "Kiko Beats", |
10 | 10 | "url": "https://kikobeats.com" |
11 | 11 | }, |
12 | 12 | "repository": { |
|
16 | 16 | "bugs": { |
17 | 17 | "url": "https://github.com/Kikobeats/top-user-agents/issues" |
18 | 18 | }, |
19 | | - "files": [ |
20 | | - "scripts" |
21 | | - ], |
22 | 19 | "keywords": [ |
23 | 20 | "agent", |
24 | 21 | "common", |
|
34 | 31 | "devDependencies": { |
35 | 32 | "@commitlint/cli": "latest", |
36 | 33 | "@commitlint/config-conventional": "latest", |
| 34 | + "ci-publish": "latest", |
37 | 35 | "conventional-github-releaser": "latest", |
38 | 36 | "finepack": "latest", |
39 | 37 | "git-authors-cli": "latest", |
|
44 | 42 | "prettier-standard": "latest", |
45 | 43 | "standard": "latest", |
46 | 44 | "standard-markdown": "latest", |
47 | | - "standard-version": "latest", |
48 | | - "ci-publish": "latest" |
| 45 | + "standard-version": "latest" |
49 | 46 | }, |
50 | 47 | "engines": { |
51 | 48 | "node": ">= 10" |
52 | 49 | }, |
| 50 | + "files": [ |
| 51 | + "scripts" |
| 52 | + ], |
53 | 53 | "scripts": { |
54 | 54 | "clean": "rm -rf node_modules", |
55 | 55 | "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", |
56 | 56 | "lint": "standard-markdown README.md && standard", |
| 57 | + "postinstall": "node scripts/postinstall", |
57 | 58 | "postrelease": "npm run release:tags && npm run release:github && ci-publish", |
58 | 59 | "prerelease": "npm run update:check && npm run contributors", |
59 | 60 | "pretest": "npm run lint", |
|
62 | 63 | "release:tags": "git push --follow-tags origin HEAD:master", |
63 | 64 | "test": "exit 0", |
64 | 65 | "update": "ncu -u", |
65 | | - "update:check": "ncu -- --error-level 2", |
66 | | - "postinstall": "node scripts/postinstall" |
| 66 | + "update:check": "ncu -- --error-level 2" |
67 | 67 | }, |
68 | 68 | "license": "MIT", |
69 | 69 | "commitlint": { |
|
0 commit comments