diff --git a/CHANGELOG.md b/CHANGELOG.md index 60492de..d0e881f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +The `scripts` directory wasn't included in the npm release, which makes it impossible to build Misti as a dependency + ## [0.6.0] - 2024-12-22 ### Added diff --git a/package.json b/package.json index f3e46ba..9dfa4b9 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "files": [ "dist/**/*", "src/**/*", + "scripts/**/*", "bin/**/*" ], "main": "./dist/main.js",