Skip to content

Commit

Permalink
Fixing test:e2e:npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
jculvey committed Sep 5, 2023
1 parent 4df52dc commit d4303ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/create-cloudflare/src/helpers/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export const detectPackageManager = () => {
name = "yarn";
version = devDependencies["yarn"].replace("^", "");
break;
case "npm":
name = "npm";
version = "0.0.0";
break;
}
}

Expand Down

0 comments on commit d4303ed

Please sign in to comment.