Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Dec 10, 2024
1 parent 1d3b602 commit cc87471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ if (Deno.args.includes("build")) {
};

if (useTailwind) {
denoJson.imports["tailwindcss"] = "npm:tailwindcss^@3.4.3";
denoJson.imports["tailwindcss"] = "npm:tailwindcss@^3.4.3";
}

await writeFile("deno.json", denoJson);
Expand Down

0 comments on commit cc87471

Please sign in to comment.