Tldraw/lerna.json

11 wiersze
192 B
JSON
Czysty Zwykły widok Historia

2021-08-10 16:12:55 +00:00
{
2022-02-03 11:19:12 +00:00
"version": "1.6.1",
2021-08-10 16:12:55 +00:00
"registry": "https://registry.npmjs.org/",
"publishConfig": {
2021-09-05 10:51:59 +00:00
"access": "public",
"directory": "dist"
2021-08-10 16:12:55 +00:00
},
"npmClient": "yarn",
2021-08-13 13:09:00 +00:00
"useWorkspaces": true
2022-01-07 08:45:09 +00:00
}