Skip to content

Commit d45b235

Browse files
User rescript.json in all packages
1 parent 59ef2e7 commit d45b235

File tree

12 files changed

+9
-9
lines changed

12 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
npm install @rescript-mui/material
1010
```
1111

12-
3. Add it to `dependencies` in your `bsconfig.json`:
12+
3. Add it to `dependencies` in your `rescript.json`:
1313

1414
```json
1515
{

packages/rescript-mui-lab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library provides ReScript bindings for the labs part of [MUI](https://mui.c
1111
npm install @rescript-mui/material @rescript-mui/lab
1212
```
1313

14-
3. Add them to `dependencies` in your `bsconfig.json`:
14+
3. Add them to `dependencies` in your `rescript.json`:
1515

1616
```json
1717
{

packages/rescript-mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"files": [
2121
"/src",
22-
"/bsconfig.json"
22+
"/rescript.json"
2323
],
2424
"peerDependencies": {
2525
"@mui/lab": "^5.0.0-alpha.134",
File renamed without changes.

packages/rescript-mui-material/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library provides [ReScript](https://rescript-lang.org/) bindings for the ma
1111
npm install @rescript-mui/material
1212
```
1313

14-
3. Add it to `dependencies` in your `bsconfig.json`:
14+
3. Add it to `dependencies` in your `rescript.json`:
1515

1616
```json
1717
{

packages/rescript-mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"files": [
2121
"/src",
22-
"/bsconfig.json"
22+
"/rescript.json"
2323
],
2424
"peerDependencies": {
2525
"@mui/material": "^5.14.1",

packages/rescript-mui-system/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library provides [ReScript](https://rescript-lang.org/) bindings for the sy
1111
npm install @rescript-mui/material @rescript-mui/system
1212
```
1313

14-
3. Add them to the `dependencies` in your `bsconfig.json`:
14+
3. Add them to the `dependencies` in your `rescript.json`:
1515

1616
```json
1717
{

packages/rescript-mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"files": [
2121
"/src",
22-
"/bsconfig.json"
22+
"/rescript.json"
2323
],
2424
"peerDependencies": {
2525
"@mui/material": "^5.14.1",

0 commit comments

Comments
 (0)