初始化
This commit is contained in:
15
easyflow-ui-usercenter/packages/icons/package.json
Normal file
15
easyflow-ui-usercenter/packages/icons/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@easyflow/icons",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@easyflow-core/icons": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user