Skip to content

Commit 355e6f2

Browse files
committed
chore: update package.json
1 parent 63dedd3 commit 355e6f2

File tree

2 files changed

+100
-28
lines changed

2 files changed

+100
-28
lines changed

package-lock.json

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,36 @@
11
{
2-
"name": "@commitlint/config-conventional",
2+
"name": "@insurgentlab/commitlint-config",
3+
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
34
"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>"
78
],
8-
"scripts": {
9-
"deps": "dep-check",
10-
"pkg": "pkg-check"
9+
"license": "MIT",
10+
"engines": {
11+
"node": ">=v14"
1112
},
12-
"publishConfig": {
13-
"access": "public"
13+
"dependencies": {
14+
"conventional-changelog-conventionalcommits": "^5.0.0"
1415
},
16+
"homepage": "https://github.com/insurgent-lab/commitlint-config#readme",
1517
"repository": {
1618
"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"
1923
},
2024
"keywords": [
2125
"conventional-changelog",
2226
"commitlint",
2327
"commitlint-config",
2428
"angular"
2529
],
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+
}
4336
}

0 commit comments

Comments
 (0)