Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -6,5 +6,7 @@ | @@ -6,5 +6,7 @@ | ||
| 6 | "description": "Please describe the basic information.", | 6 | "description": "Please describe the basic information.", |
| 7 | "main": "./src/main/ets/Index.ets", | 7 | "main": "./src/main/ets/Index.ets", |
| 8 | "version": "1.0.0", | 8 | "version": "1.0.0", |
| 9 | - "dependencies": {} | 9 | + "dependencies": { |
| 10 | + "wdNetwork": "file:../wdNetwork" | ||
| 11 | + } | ||
| 10 | } | 12 | } |
-
Please register or login to post a comment