Skip to content

Commit 00dd81d

Browse files
committed
chore(package-json): sorted the top-level properties
1 parent c5ff9f1 commit 00dd81d

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
@@ -2,30 +2,23 @@
22
"name": "@form8ion/commit-convention",
33
"description": "form8ion plugin for managing tools related to commit conventions",
44
"license": "MIT",
5-
"type": "commonjs",
65
"version": "0.0.0-semantically-released",
6+
"type": "commonjs",
77
"engines": {
88
"node": "^14.15 || >=16"
99
},
10-
"files": [
11-
"example.js",
12-
"lib/"
13-
],
14-
"publishConfig": {
15-
"access": "public"
16-
},
10+
"author": "Matt Travi <[email protected]> (https://matt.travi.org)",
11+
"repository": "form8ion/commit-convention",
12+
"bugs": "https://github.com/form8ion/commit-convention/issues",
13+
"homepage": "https://npm.im/@form8ion/commit-convention",
1714
"runkitExampleFilename": "./example.js",
18-
"main": "./lib/index.js",
19-
"module": "./lib/index.mjs",
2015
"exports": {
2116
"require": "./lib/index.js",
2217
"import": "./lib/index.mjs"
2318
},
19+
"main": "./lib/index.js",
20+
"module": "./lib/index.mjs",
2421
"sideEffects": false,
25-
"repository": "form8ion/commit-convention",
26-
"bugs": "https://github.com/form8ion/commit-convention/issues",
27-
"homepage": "https://npm.im/@form8ion/commit-convention",
28-
"author": "Matt Travi <[email protected]> (https://matt.travi.org)",
2922
"scripts": {
3023
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
3124
"lint:lockfile": "lockfile-lint",
@@ -55,6 +48,20 @@
5548
"lint:peer": "npm ls >/dev/null",
5649
"lint:engines": "ls-engines"
5750
},
51+
"files": [
52+
"example.js",
53+
"lib/"
54+
],
55+
"publishConfig": {
56+
"access": "public"
57+
},
58+
"dependencies": {
59+
"@form8ion/core": "^1.4.2",
60+
"@form8ion/github-workflows-core": "1.0.0",
61+
"@form8ion/javascript-core": "^6.0.0",
62+
"deepmerge": "^4.2.2",
63+
"js-yaml": "^4.1.0"
64+
},
5865
"devDependencies": {
5966
"@babel/register": "7.18.9",
6067
"@cucumber/cucumber": "8.5.2",
@@ -87,12 +94,5 @@
8794
"rollup": "2.79.0",
8895
"rollup-plugin-auto-external": "2.0.0",
8996
"sinon": "14.0.0"
90-
},
91-
"dependencies": {
92-
"@form8ion/core": "^1.4.2",
93-
"@form8ion/github-workflows-core": "1.0.0",
94-
"@form8ion/javascript-core": "^6.0.0",
95-
"deepmerge": "^4.2.2",
96-
"js-yaml": "^4.1.0"
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)