Skip to content

Commit e864f13

Browse files
Merge pull request #265 from yangdanny97/main
Rename bs-dependencies & bsc-flags in README and docs
2 parents 05def15 + 86f38dc commit e864f13

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ and add `@rescript/webapi` to your `rescript.json`:
1616

1717
```json
1818
{
19-
"bs-dependencies": [
20-
+ "@rescript/webapi",
19+
"dependencies": [
20+
+ "@rescript/webapi"
2121
],
22-
"bsc-flags": [
22+
"compiler-flags": [
2323
+ "-open WebAPI.Global"
2424
]
2525
}

docs/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ and add `@rescript/webapi` to your `rescript.json`:
3838

3939
export const rescriptJson = `
4040
{
41-
"bs-dependencies": [
42-
"@rescript/webapi",
41+
"dependencies": [
42+
"@rescript/webapi"
4343
],
44-
"bsc-flags": [
44+
"compiler-flags": [
4545
"-open WebAPI.Global"
4646
]
4747
}

0 commit comments

Comments
 (0)