From d52f60ab6f0a6a66992af28f92eb4d1d8e87e9cd Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Mon, 28 Oct 2024 09:47:27 +0800 Subject: [PATCH] fix: fix publishing --- changelog.md | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 54d1f26..cc97900 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.10.0...v0.10.1) - 2024-08-16 ### Fixed - fix the crash when `AL` and `Browser` are not accessible +- improve the type declaration for the "rom" argument of the "launch" method ### Changed - remove redundant dependencies diff --git a/package.json b/package.json index 3259e48..8f14956 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "test:e2e": "playwright test -c tests/e2e", "test:integration": "vitest -c tests/integration/vitest.config" }, - "bundleDependencies": ["ini", "path-browserify"], "dependencies": { "@types/emscripten": "1.39.13", "@types/ini": "4.1.1",