File tree 3 files changed +436
-8
lines changed
packages/playground-bundling
3 files changed +436
-8
lines changed Original file line number Diff line number Diff line change 87
87
"typescript" : " 5.8.2"
88
88
},
89
89
"workspaces" : [
90
+ " packages/*" ,
90
91
" tests/dependencies/**" ,
91
92
" tests/analysis_tests/**" ,
92
93
" tests/gentype_tests/**" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " proj" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " " ,
2
+ "private" : true ,
3
+ "name" : " playground-bundling" ,
5
4
"type" : " module" ,
6
- "main" : " index.js" ,
7
5
"scripts" : {
8
6
"build" : " rescript clean && rescript build && node ./scripts/generate_cmijs.js" ,
9
7
"bundle" : " rollup -c" ,
10
8
"clean" : " rescript clean"
11
9
},
12
- "keywords" : [],
13
- "author" : " " ,
14
- "license" : " ISC" ,
15
10
"dependencies" : {
16
- "@rescript/react" : " ^0.13.0"
11
+ "@rescript/react" : " ^0.13.1" ,
12
+ "rescript" : " workspace:^"
17
13
},
18
14
"devDependencies" : {
19
15
"@rollup/plugin-node-resolve" : " ^16.0.0" ,
You can’t perform that action at this time.
0 commit comments