Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 3372219

Browse files
committed
fix: do not require a version key in the lerna manifest
Stop enforcing that this `version` key exists, since we don't use it. This should widen the set of `lerna.json` manifests that can be used as valid inputs to this program. Additionally, we should expect a small (microseconds or less) performance improvement since serde is not parsing this field.
1 parent 4423ba9 commit 3372219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lerna_manifest.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use crate::package_manifest::PackageManifest;
1313

1414
#[derive(Serialize, Deserialize, Debug)]
1515
struct LernaManifestFile {
16-
version: String,
1716
packages: Vec<String>,
1817
}
1918

0 commit comments

Comments
 (0)