rsnext/lerna.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
332 B
JSON
Raw Normal View History

{
2022-05-29 21:59:38 +02:00
"npmClient": "pnpm",
"useWorkspaces": true,
2020-05-04 03:44:53 +02:00
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
2018-10-02 17:10:07 +02:00
"npmClient": "npm",
2020-05-04 03:44:53 +02:00
"allowBranch": [
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
2024-01-16 00:22:30 +01:00
"version": "14.0.5-canary.59"
}