Skip to content

Commit ec1db79

Browse files
committed
chore(config): relocate socket-repo-template marker to .config/
Moves .socket-repo-template.json -> .config/socket-repo-template.json per socket-repo-template 83137ec. Loader still reads the legacy root path; this move is mechanical. $schema ref rewritten ./ -> ../ for the new depth.
1 parent 480b034 commit ec1db79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./socket-repo-template-schema.json",
2+
"$schema": "../socket-repo-template-schema.json",
33
"schemaVersion": 1,
44
"repoName": "socket-addon",
55
"kind": "consumer"

0 commit comments

Comments
 (0)