File tree Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rescript/react" ,
3
3
"version" : " 0.14.0-rc.1" ,
4
- "description" : " React bindings for ReScript" ,
5
- "files" : [
6
- " README.md" ,
7
- " CHANGELOG.md" ,
8
- " LICENSE" ,
9
- " rescript.json" ,
10
- " src/**/*.res" ,
11
- " src/**/*.resi"
12
- ],
13
- "scripts" : {
14
- "build" : " rescript build" ,
15
- "start" : " rescript build -w" ,
16
- "clean" : " rescript clean -with-deps" ,
17
- "test" : " echo 'tests disabled for now'"
18
- },
19
- "keywords" : [
20
- " rescript" ,
21
- " react"
22
- ],
23
- "author" : " Ricky Vetter" ,
24
- "license" : " MIT" ,
25
- "repository" : {
26
- "type" : " git" ,
27
- "url" : " git+https://github.com/rescript-lang/rescript-react.git"
28
- },
29
- "homepage" : " https://rescript-lang.org/docs/react/latest/introduction" ,
4
+ "private" : true ,
30
5
"dependencies" : {
31
6
"rescript" : " workspace:^"
32
- },
33
- "peerDependencies" : {
34
- "react" : " >=19.0.0" ,
35
- "react-dom" : " >=19.0.0"
36
7
}
37
8
}
Original file line number Diff line number Diff line change @@ -423,9 +423,6 @@ __metadata:
423
423
resolution : " @rescript/react@workspace:packages/react"
424
424
dependencies :
425
425
rescript : " workspace:^"
426
- peerDependencies :
427
- react : " >=19.0.0"
428
- react-dom : " >=19.0.0"
429
426
languageName : unknown
430
427
linkType : soft
431
428
You can’t perform that action at this time.
0 commit comments