From b6146f8e1b7c2eea0d2553b5f1fc2efbca4ff44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sat, 27 Jun 2026 10:04:36 +0000 Subject: [PATCH] fix(core): publish runtime export artifact --- packages/core/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 06cc1e898..6f9cc7267 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,7 +12,6 @@ "dist/**/*.d.ts", "dist/**/*.d.ts.map", "dist/**/*.js.map", - "!dist/hyperframe.runtime.iife.js", "!dist/hyperframe.runtime.mjs", "!dist/generated/runtime-inline.js", "docs",