|
1 | 1 | {
|
2 |
| - "name": "@commitlint/config-conventional", |
| 2 | + "name": "@insurgentlab/commitlint-config", |
| 3 | + "description": "Commitlint config for @insurgentlab/conventional-changelog-preset", |
3 | 4 | "version": "17.6.5",
|
4 |
| - "description": "Shareable commitlint config enforcing conventional commits", |
5 |
| - "files": [ |
6 |
| - "index.js" |
| 5 | + "author": "Mario Nebl <hello@herebecode.com>", |
| 6 | + "maintainers": [ |
| 7 | + "Pierre Cavin <me@sherlox.io>" |
7 | 8 | ],
|
8 |
| - "scripts": { |
9 |
| - "deps": "dep-check", |
10 |
| - "pkg": "pkg-check" |
| 9 | + "license": "MIT", |
| 10 | + "engines": { |
| 11 | + "node": ">=v14" |
11 | 12 | },
|
12 |
| - "publishConfig": { |
13 |
| - "access": "public" |
| 13 | + "dependencies": { |
| 14 | + "conventional-changelog-conventionalcommits": "^5.0.0" |
14 | 15 | },
|
| 16 | + "homepage": "https://github.com/insurgent-lab/commitlint-config#readme", |
15 | 17 | "repository": {
|
16 | 18 | "type": "git",
|
17 |
| - "url": "https://github.com/conventional-changelog/commitlint.git", |
18 |
| - "directory": "@commitlint/config-conventional" |
| 19 | + "url": "https://github.com/insurgent-lab/commitlint-config.git" |
| 20 | + }, |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/insurgent-lab/commitlint-config/issues" |
19 | 23 | },
|
20 | 24 | "keywords": [
|
21 | 25 | "conventional-changelog",
|
22 | 26 | "commitlint",
|
23 | 27 | "commitlint-config",
|
24 | 28 | "angular"
|
25 | 29 | ],
|
26 |
| - "author": "Mario Nebl <hello@herebecode.com>", |
27 |
| - "license": "MIT", |
28 |
| - "bugs": { |
29 |
| - "url": "https://github.com/conventional-changelog/commitlint/issues" |
30 |
| - }, |
31 |
| - "homepage": "https://commitlint.js.org/", |
32 |
| - "engines": { |
33 |
| - "node": ">=v14" |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "@commitlint/lint": "^17.6.5", |
37 |
| - "@commitlint/utils": "^17.4.0" |
38 |
| - }, |
39 |
| - "dependencies": { |
40 |
| - "conventional-changelog-conventionalcommits": "^5.0.0" |
41 |
| - }, |
42 |
| - "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" |
| 30 | + "files": [ |
| 31 | + "index.js" |
| 32 | + ], |
| 33 | + "publishConfig": { |
| 34 | + "access": "public" |
| 35 | + } |
43 | 36 | }
|
0 commit comments