Skip to content

Commit 78a1082

Browse files
committed
chore(exports): re-sort lockstep.json entries alphabetically
Generator output: lockstep.json + lockstep.schema.json now slotted into their alphabetic position among the JSON exports (between extensions.json and package.json), instead of trailing the block. Same entries, no surface change.
1 parent 8544c28 commit 78a1082

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,12 +959,12 @@
959959
"default": "./dist/words.js"
960960
},
961961
"./data/extensions.json": "./data/extensions.json",
962+
"./lockstep.json": "./lockstep.json",
963+
"./lockstep.schema.json": "./lockstep.schema.json",
962964
"./package.json": "./package.json",
963965
"./tsconfig.dts.json": "./tsconfig.dts.json",
964966
"./tsconfig.json": "./tsconfig.json",
965-
"./tsconfig.test.json": "./tsconfig.test.json",
966-
"./lockstep.json": "./lockstep.json",
967-
"./lockstep.schema.json": "./lockstep.schema.json"
967+
"./tsconfig.test.json": "./tsconfig.test.json"
968968
},
969969
"files": [
970970
"dist",

0 commit comments

Comments
 (0)