From 2d7fd22e6730bbe6de50843416a823aa192cf12a Mon Sep 17 00:00:00 2001 From: yitiaoxianyugan <86393085+yitiaoxianyugan@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:42:44 +0800 Subject: [PATCH] feat: add 3dmol (#318) ## Summary by CodeRabbit - **New Features** - Expanded functionality by allowing the use of the package "3dmol" without version restrictions. --------- Co-authored-by: xja Co-authored-by: fengmk2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f69b20c..1ebd9cf 100644 --- a/package.json +++ b/package.json @@ -270,6 +270,9 @@ "3d-force-graph": { "version": "*" }, + "3dmol":{ + "version": "*" + }, "7zip-bin": { "version": "*" }, @@ -18715,4 +18718,4 @@ "version": "*" } } -} +} \ No newline at end of file