Skip to content

Commit 3a0e5b6

Browse files
committed
chore: 🤖 move keywords down in file
1 parent bf2fbcc commit 3a0e5b6

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,48 +16,6 @@
1616
"engines": {
1717
"node": ">=10.0"
1818
},
19-
"keywords": [
20-
"collaborative",
21-
"multiplayer",
22-
"local-first",
23-
"localfirst",
24-
"crdt",
25-
"rdt",
26-
"ot",
27-
"operational-transformation",
28-
"replicated",
29-
"sync",
30-
"synchronization",
31-
"distributed-state",
32-
"marshaling",
33-
"serializations",
34-
"json-patch",
35-
"json-binary",
36-
"json-brand",
37-
"json-cli",
38-
"json-clone",
39-
"json-crdt-patch",
40-
"json-crdt-extensions",
41-
"json-crdt-peritext-ui",
42-
"json-crdt",
43-
"json-equal",
44-
"json-expression",
45-
"json-hash",
46-
"json-ot",
47-
"json-pack",
48-
"json-patch-multicore",
49-
"json-patch-ot",
50-
"json-patch",
51-
"json-pointer",
52-
"json-random",
53-
"json-schema",
54-
"json-size",
55-
"json-stable",
56-
"json-text",
57-
"json-type",
58-
"json-type-value",
59-
"json-walk"
60-
],
6119
"main": "lib/index.js",
6220
"types": "lib/index.d.ts",
6321
"typings": "lib/index.d.ts",
@@ -228,5 +186,47 @@
228186
"@semantic-release/npm",
229187
"@semantic-release/git"
230188
]
231-
}
189+
},
190+
"keywords": [
191+
"collaborative",
192+
"multiplayer",
193+
"local-first",
194+
"localfirst",
195+
"crdt",
196+
"rdt",
197+
"ot",
198+
"operational-transformation",
199+
"replicated",
200+
"sync",
201+
"synchronization",
202+
"distributed-state",
203+
"marshaling",
204+
"serializations",
205+
"json-patch",
206+
"json-binary",
207+
"json-brand",
208+
"json-cli",
209+
"json-clone",
210+
"json-crdt-patch",
211+
"json-crdt-extensions",
212+
"json-crdt-peritext-ui",
213+
"json-crdt",
214+
"json-equal",
215+
"json-expression",
216+
"json-hash",
217+
"json-ot",
218+
"json-pack",
219+
"json-patch-multicore",
220+
"json-patch-ot",
221+
"json-patch",
222+
"json-pointer",
223+
"json-random",
224+
"json-schema",
225+
"json-size",
226+
"json-stable",
227+
"json-text",
228+
"json-type",
229+
"json-type-value",
230+
"json-walk"
231+
]
232232
}

0 commit comments

Comments
 (0)