Files
wasm/lerna.json
2019-10-13 14:06:58 +00:00

14 lines
194 B
JSON

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