From a24e913a90adf066d4affc73e77fa526612d34d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Mon, 12 Aug 2024 11:42:40 +0200 Subject: [PATCH] Adopted @realm/babel-plugin to the other changes --- packages/babel-plugin/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index ee3d4392a5..66291ed5cb 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -23,8 +23,7 @@ "test": { "command": "jest", "dependencies": [ - "../realm:build:ts", - "../realm:bindgen:build:typescript" + "../realm:build:ts" ] } },