pull/68/head
xiaojunnuo 2024-02-27 21:31:17 +08:00
parent c2f565c73a
commit bb567da8c6
2 changed files with 1 additions and 9 deletions

View File

@ -22,8 +22,5 @@
"dependencies": {
"axios": "^1.4.0",
"lodash": "^4.17.21"
},
"workspaces": [
"packages/**"
]
}
}

View File

@ -1,5 +0,0 @@
packages:
# all packages in subdirs of packages/ and components/
- 'packages/**'
# exclude packages that are inside test directories
- '!**/test/**'