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

Commit 7bf03c4

Browse files
authored
Merge pull request #145 from typescript-tools/remove-unused-version-key-in-lerna-manifest
fix: do not require a version key in the lerna manifest
2 parents 4423ba9 + 3372219 commit 7bf03c4

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)