Skip to content

Commit

Permalink
Fix sideEffects field in astexplorer/package.json (#1427)
Browse files Browse the repository at this point in the history
* Fix `sideEffects` field in `astexplorer/package.json`

Signed-off-by: Sora Morimoto <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Sora Morimoto <[email protected]>

---------

Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Mar 24, 2024
1 parent 571564a commit a69ddda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Unreleased

- Fix `sideEffects` field in `astexplorer/package.json` (#1427)

## 1.18.0

- Fallback to `ocaml.org` package documentation page if there is no doc field in
Expand Down
2 changes: 1 addition & 1 deletion astexplorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astexplorer",
"private": true,
"sideEffects": [
"./src/components/visualization/Tree.js"
"./src/index.js"
],
"type": "module",
"scripts": {
Expand Down

0 comments on commit a69ddda

Please sign in to comment.