We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31406f commit 8e63d14Copy full SHA for 8e63d14
1 file changed
.config/socket-wheelhouse.json
@@ -2,6 +2,6 @@
2
"$schema": "./socket-wheelhouse-schema.json",
3
"schemaVersion": 1,
4
"repoName": "socket-addon",
5
- "layout": "monorepo",
6
- "native": "consumer"
+ "repo": { "type": "monorepo" },
+ "build": { "from": "npm-registry", "type": "addon" }
7
}
0 commit comments