Skip to content

Commit 1aa581d

Browse files
committed
fix : rescript.json instead of bsconfig.json for files release config
1 parent 7dfb18f commit 1aa581d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn add rescript-react-navigation
3131
```
3232

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

3636
```diff
3737
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"files": [
2828
"*.md",
29-
"bsconfig.json",
29+
"rescript.json",
3030
"src/**/*.res",
3131
"src/**/*.resi",
3232
"src/**/*.js",

0 commit comments

Comments
 (0)