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
2019-02-17 20:48:43 +01:00

22 lines
348 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": [
"master",
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.2-canary.3"
}