We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f026c commit c194057Copy full SHA for c194057
rewatch/testrepo/package.json
@@ -11,7 +11,8 @@
11
"packages/with-dev-deps",
12
"packages/compiled-by-legacy",
13
"packages/nonexisting-dev-files",
14
- "packages/deprecated-config"
+ "packages/deprecated-config",
15
+ "packages/file-casing"
16
]
17
},
18
"dependencies": {
rewatch/testrepo/rescript.json
@@ -23,6 +23,7 @@
23
"@testrepo/with-dev-deps",
24
"@testrepo/compiled-by-legacy",
25
"@testrepo/nonexisting-dev-files",
26
- "@testrepo/deprecated-config"
+ "@testrepo/deprecated-config",
27
+ "@testrepo/file-casing"
28
29
}
0 commit comments