From ffdb6ca4eee1ae699d7b7f4e93830eeb34e4305d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 06 Jan 2026 15:02:00 +0800
Subject: [PATCH] 根据规范调整包路径
---
packages/apis/package.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/packages/apis/package.json b/packages/apis/package.json
index f07e56f..568e932 100644
--- a/packages/apis/package.json
+++ b/packages/apis/package.json
@@ -4,5 +4,11 @@
"private": true,
"description": "公共api",
"main": "index.js",
- "license": "ISC"
+ "license": "ISC",
+ "peerDependencies": {
+ "axios": "catalog:"
+ },
+ "devDependencies": {
+ "axios": "catalog:"
+ }
}
--
Gitblit v1.9.3