Skip to content

Commit 81bedd6

Browse files
committed
chore(package-json): sorted the top-level properties
1 parent 9c76054 commit 81bedd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "commitlint-config-traverson",
33
"description": "shareable config for commitlint",
4-
"version": "0.0.0-semantically-released",
5-
"main": "index.js",
64
"license": "MIT",
5+
"version": "0.0.0-semantically-released",
6+
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
77
"repository": "traverson/commitlint-config-traverson",
88
"bugs": "https://github.com/traverson/commitlint-config-traverson/issues",
99
"homepage": "https://npm.im/commitlint-config-traverson",
10-
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
10+
"main": "index.js",
1111
"scripts": {
1212
"lint:sensitive": "ban",
1313
"test": "npm-run-all --print-label --parallel lint:*",
@@ -23,14 +23,14 @@
2323
"path": "./node_modules/cz-conventional-changelog"
2424
}
2525
},
26+
"dependencies": {
27+
"@form8ion/commitlint-config": "1.0.55"
28+
},
2629
"devDependencies": {
2730
"ban-sensitive-files": "1.10.0",
2831
"cz-conventional-changelog": "3.3.0",
2932
"husky": "8.0.3",
3033
"npm-run-all2": "6.0.6",
3134
"publint": "0.2.2"
32-
},
33-
"dependencies": {
34-
"@form8ion/commitlint-config": "1.0.55"
3535
}
3636
}

0 commit comments

Comments
 (0)