summaryrefslogtreecommitdiff
path: root/tests/specs/task/byonm/deno.json
blob: 53f85d07e89acd6fbb58d140263b32ad8168048b (plain)
1
2
3
4
5
6
7
{
  "tasks": {
    "deno-say": "cowsay 'do make say'",
    "deno-think": "cowthink think"
  },
  "unstable": ["byonm"]
}