Skip to content

Commit

Permalink
fix : rescript.json instead of bsconfig.json for files release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Dec 26, 2024
1 parent 7dfb18f commit 1aa581d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ yarn add rescript-react-navigation
```

`rescript-react-navigation` should be added to `bs-dependencies` in your
`bsconfig.json`:
`rescript.json`:

```diff
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"files": [
"*.md",
"bsconfig.json",
"rescript.json",
"src/**/*.res",
"src/**/*.resi",
"src/**/*.js",
Expand Down

0 comments on commit 1aa581d

Please sign in to comment.