Skip to content

Commit

Permalink
[NOJIRA]: Fixed build fail (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Sannikov <aleksandr.sannikov@skyscanner.net>
  • Loading branch information
xalechez and Aleksandr Sannikov committed Nov 1, 2023
1 parent 99551b1 commit 0a6d4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased

- Added importer.js to package files

## 1.1.0

- Remove dependency of backpack to break cycle dependency
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"files": [
"index.js",
"cli.js",
"watcher.js"
"watcher.js",
"importer.js"
],
"engines": {
"node": "^18.0.0",
Expand Down

0 comments on commit 0a6d4b0

Please sign in to comment.