1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/lerna.json
2018-11-01 01:44:22 +01:00

19 lines
302 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"publish": {
"npmClient": "npm",
"allowBranch": [
"canary",
"alpha"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "7.0.3-alpha.5"
}