From 12c2473aeb2f3ac0371c7e1fd770cf34b6ab8eb3 Mon Sep 17 00:00:00 2001 From: hyper Date: Thu, 2 Apr 2026 21:09:42 +0800 Subject: [PATCH] refactor: swithc to npm link based dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6124d00..656a49a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^22.19.13", - "inline-schema": "git+https://gitea.ayi-games.online/hypercross/inline-schema", + "inline-schema": "file:../inline-schema", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "tailwindcss": "^4.0.0",