From 68fc66e3fc7f239b83a94ff5d8848be5bc356cb2 Mon Sep 17 00:00:00 2001 From: Josh Blaha <1719239+che-wf@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:27:30 -0600 Subject: [PATCH] Update to fix build workflow --- gh-pages/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-pages/package.json b/gh-pages/package.json index 4b5da50..554de1a 100644 --- a/gh-pages/package.json +++ b/gh-pages/package.json @@ -32,7 +32,7 @@ "watchify": "^4.0.0" }, "dependencies": { - "che-react-number-easing": "file:../che-react-number-easing-0.2.0.tgz", + "che-react-number-easing": "^0.2.0", "react": "^18.3.1", "react-dom": "^18.3.1" }