From d677ba67f50e5edb0491d8ed1e4171473d662081 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Sep 2022 13:04:16 -0400 Subject: feat(npm): functionality to support child_process.fork (#15891) --- cli/npm/registry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/npm/registry.rs') diff --git a/cli/npm/registry.rs b/cli/npm/registry.rs index a0ffd0544..ccbe18c7f 100644 --- a/cli/npm/registry.rs +++ b/cli/npm/registry.rs @@ -92,7 +92,7 @@ impl NpmPackageVersionInfo { } } -#[derive(Debug, Default, Deserialize, Serialize, Clone)] +#[derive(Debug, Default, Clone, Serialize, Deserialize)] pub struct NpmPackageVersionDistInfo { /// URL to the tarball. pub tarball: String, -- cgit v1.2.3