From 33532f8003c1f6c00f6e6df904c2691df8f297d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=B5=E6=9A=AE=E5=8D=81=E4=BA=8C=E5=AE=AB?= <35884945+XM12G@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:36:58 +0800 Subject: [PATCH] feat: add oh-my-live2d (#234) [skip ci] ## Summary by CodeRabbit - **New Features** - Expanded package management capabilities by adding the `"oh-my-live2d"` library, allowing for greater flexibility in integrating additional dependencies. Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 371c012..a8a2bdd 100644 --- a/package.json +++ b/package.json @@ -240,6 +240,9 @@ "@phosphor-icons" ], "allowPackages": { + "oh-my-live2d": { + "version": "*" + }, "plyr": { "version": "*" },