eta-dev / eta

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
https://eta.js.org
MIT License
1.35k stars 60 forks source link

Deno module cannot be found #247

Closed matiasbattocchia closed 11 months ago

matiasbattocchia commented 11 months ago

Cannot download Eta package.

deno info https://deno.land/x/eta@v3.0.3/index.ts
error: module could not be found

Same command with other Deno modules works ok.

nebrelbug commented 11 months ago

@matiasbattocchia it should be https://deno.land/x/eta@v3.0.3/src/index.ts

matiasbattocchia commented 11 months ago

Thanks @nebrelbug. I missed it.