Skip to content

Commit 77563b4

Browse files
committed
chore: sorted the top-level properties in the package.json
1 parent 01497a2 commit 77563b4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
{
22
"name": "@form8ion/remark-lint-preset",
33
"description": "remark preset to configure remark-lint with markdown style conventions",
4+
"license": "MIT",
5+
"version": "0.0.0-semantically-released",
46
"type": "module",
5-
"exports": "./index.js",
67
"engines": {
78
"node": "^14.15 || >=16"
89
},
9-
"license": "MIT",
10-
"version": "0.0.0-semantically-released",
11-
"sideEffects": false,
12-
"publishConfig": {
13-
"access": "public"
14-
},
15-
"files": [
16-
"index.js"
17-
],
10+
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
1811
"repository": "form8ion/remark-lint-preset",
1912
"bugs": "https://github.com/form8ion/remark-lint-preset/issues",
2013
"homepage": "https://npm.im/@form8ion/remark-lint-preset",
21-
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
14+
"exports": "./index.js",
15+
"sideEffects": false,
2216
"scripts": {
2317
"test": "npm-run-all --print-label --parallel lint:*",
2418
"lint:js": "eslint . --cache",
@@ -28,17 +22,11 @@
2822
"prepare": "husky install",
2923
"lint:engines": "ls-engines"
3024
},
31-
"devDependencies": {
32-
"@commitlint/cli": "17.4.2",
33-
"@form8ion/commitlint-config": "1.0.43",
34-
"@form8ion/eslint-config": "5.0.23",
35-
"@travi/any": "2.1.6",
36-
"ban-sensitive-files": "1.9.18",
37-
"cz-conventional-changelog": "3.3.0",
38-
"husky": "8.0.3",
39-
"ls-engines": "0.9.0",
40-
"npm-run-all": "4.1.5",
41-
"remark-cli": "11.0.0"
25+
"files": [
26+
"index.js"
27+
],
28+
"publishConfig": {
29+
"access": "public"
4230
},
4331
"dependencies": {
4432
"remark-gfm": "^3.0.0",
@@ -51,5 +39,17 @@
5139
"remark-lint-unordered-list-marker-style": "3.1.1",
5240
"remark-preset-lint-recommended": "6.1.2",
5341
"remark-validate-links": "12.1.0"
42+
},
43+
"devDependencies": {
44+
"@commitlint/cli": "17.4.2",
45+
"@form8ion/commitlint-config": "1.0.43",
46+
"@form8ion/eslint-config": "5.0.23",
47+
"@travi/any": "2.1.6",
48+
"ban-sensitive-files": "1.9.18",
49+
"cz-conventional-changelog": "3.3.0",
50+
"husky": "8.0.3",
51+
"ls-engines": "0.9.0",
52+
"npm-run-all": "4.1.5",
53+
"remark-cli": "11.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)