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

16 lines
268 B
JSON
Raw Normal View History

{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"publish": {
2018-10-02 15:10:07 +00:00
"npmClient": "npm",
"allowBranch": "canary",
"registry": "https://registry.npmjs.org/"
}
},
2019-01-19 12:40:53 +00:00
"version": "8.0.0-canary.9"
}