Skip to content

Commit 04d0748

Browse files
committed
chore: alphabetical ordering in package.json
1 parent 8e10ef8 commit 04d0748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
],
8585
"private": true,
8686
"repository": "github:sablier-labs/docs",
87+
"resolutions": {
88+
"jackspeak": "2.1.1"
89+
},
8790
"scripts": {
8891
"build": "docusaurus build",
8992
"check": "bun run prettier:check && bun run lint:check",
@@ -101,8 +104,5 @@
101104
"swizzle": "docusaurus swizzle",
102105
"typecheck": "tsc",
103106
"write-heading-ids": "docusaurus write-heading-ids"
104-
},
105-
"resolutions": {
106-
"jackspeak": "2.1.1"
107107
}
108108
}

0 commit comments

Comments
 (0)