Skip to main content
Module

x/changelog/deno.json

Node & Deno package to parse and generate changelogs
Go to Latest
File
{ "lock": false, "tasks": { "test": "deno test --allow-read test", "changelog": "deno run --allow-write example.ts", "build": "deno run --unstable -A build_npm.ts", "build-test": "deno task build -- 2.0.0", "update-deps": "udd build_npm.ts && udd src/deps.ts && udd test/deps.ts" }}