Tldraw/lerna.json

10 wiersze
191 B
JSON
Czysty Zwykły widok Historia

2021-08-10 16:12:55 +00:00
{
2021-12-28 11:50:33 +00:00
"version": "1.4.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
2021-12-29 16:38:56 +00:00
}