Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/changelog/deno.json

Node & Deno package to parse and generate changelogs
Latest
File
{ "lock": false, "tasks": { "test": "deno test --allow-read test", "changelog": "deno run --allow-write example.ts", "build-npm": "deno run -A build_npm.ts", "update-deps": "udd build_npm.ts && udd src/deps.ts && udd test/deps.ts" }, "fmt": { "exclude": ["test", "npm", "CHANGELOG.md"] }}