danm
danm2w ago

Does deno.json have something similar to engine in the package.json

I want to make sure a certain version of Deno is being used by developers
2 Replies
marvinh.
marvinh.2w ago
No, at the time of this writing Deno doesn't have something like that
marvinh.
marvinh.2w ago
GitHub
Specify deno version in deno.json · Issue #26415 · denoland/deno
It would be great to have the option to specify the Deno version that a project is compatible with. This information may not necessarily need to be considered by the runtime, but it could be valuab...

Did you find this page helpful?