Skip to content

Commit 5bd9dbf

Browse files
committed
[meta] sort package.json
1 parent 5c5fe56 commit 5bd9dbf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@
4141
"posttest": "npm run test:multirepo && npx npm@'>= 10.2' audit --production",
4242
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
4343
},
44+
"license": "MIT",
45+
"author": {
46+
"name": "James Halliday",
47+
"email": "mail@substack.net",
48+
"url": "http://substack.net"
49+
},
50+
"funding": {
51+
"url": "https://github.com/sponsors/ljharb"
52+
},
53+
"dependencies": {
54+
"is-core-module": "^2.16.0",
55+
"path-parse": "^1.0.7",
56+
"supports-preserve-symlinks-flag": "^1.0.0"
57+
},
4458
"devDependencies": {
4559
"@ljharb/eslint-config": "^21.1.1",
4660
"array.prototype.map": "^1.0.7",
@@ -58,20 +72,6 @@
5872
"tape": "^5.9.0",
5973
"tmp": "^0.0.31"
6074
},
61-
"license": "MIT",
62-
"author": {
63-
"name": "James Halliday",
64-
"email": "mail@substack.net",
65-
"url": "http://substack.net"
66-
},
67-
"funding": {
68-
"url": "https://github.com/sponsors/ljharb"
69-
},
70-
"dependencies": {
71-
"is-core-module": "^2.16.0",
72-
"path-parse": "^1.0.7",
73-
"supports-preserve-symlinks-flag": "^1.0.0"
74-
},
7575
"publishConfig": {
7676
"ignore": [
7777
".github/workflows",

0 commit comments

Comments
 (0)