Skip to content

Commit ec896f3

Browse files
committed
fix: wrong replacement value
1 parent 93a90f2 commit ec896f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/build/packages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pub fn read_config(package_dir: &Path) -> Result<config::Config> {
245245
if config.dependency_info.dev_dependencies.deprecation_warning {
246246
deprecation_registry::log_deprecated_field(
247247
"bs-dev-dependencies",
248-
"devDependencies",
248+
"dev-dependencies",
249249
&config_path,
250250
);
251251
}

0 commit comments

Comments
 (0)