Files
wasm/lerna.json
2019-10-13 07:24:32 +00:00

14 lines
194 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"packages": [
"packages/*"
],
"version": "0.15.0-beta.112"
}