1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-16 02:09:51 +00:00
This commit is contained in:
2020-06-26 15:39:47 +02:00
parent ff67d008eb
commit aa2d969295
4 changed files with 21 additions and 7 deletions

View File

@ -1,7 +1,14 @@
{
"name": "components",
"private": true,
"workspaces": ["packages/*"],
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@types/**"
]
},
"license": "MIT",
"dependencies": {
"lerna": "^3.22.1"