From fd10659ad3c983332b96756ee019ca10b50f53d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= <14854048+kripod@users.noreply.github.com> Date: Tue, 14 May 2024 08:48:14 +0200 Subject: [PATCH] build: fix --- rollup.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index 3f7b5fc..5237232 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -1,6 +1,6 @@ import ts from "rollup-plugin-ts"; -import pkg from "./package.json" assert { type: "json" }; +import pkg from "./package.json" with { type: "json" }; const rootDir = "reset-scoped"; const outDir = "reset-scoped";