Skip to content

Commit 926a1a1

Browse files
committed
refactor(marker): migrate to repo + build groups
Replace flat layout + native with repo: { type } + build: { from, type } matching the updated socket-wheelhouse schema.
1 parent e46d36f commit 926a1a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.config/socket-wheelhouse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "./socket-wheelhouse-schema.json",
33
"schemaVersion": 1,
44
"repoName": "socket-lib",
5-
"layout": "single-package",
6-
"native": "none",
5+
"repo": { "type": "single-package" },
6+
"build": { "from": "npm-registry", "type": "js" },
77
"lint": {
88
"profile": "rich"
99
}

0 commit comments

Comments
 (0)