Skip to content

Commit

Permalink
fix(package.json): Include scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Dec 22, 2024
1 parent 6a42e5c commit 6f04df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"files": [
"dist/**/*",
"src/**/*",
"scripts/**/*",
"bin/**/*"
],
"main": "./dist/main.js",
Expand Down

0 comments on commit 6f04df7

Please sign in to comment.