summaryrefslogtreecommitdiff
path: root/tests/specs/publish/byonm_dep/deno.jsonc
blob: b561d565274ca0bba60bdef5fe85e49e757fcde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@scope/package",
  "version": "0.0.0",
  "exports": "./mod.ts",
  "publish": {
    // this was previously causing issues because it would cause
    // external modules in the node_modules directory to be ignored
    "include": ["LICENSE", "mod.ts"]
  },
  "unstable": ["byonm", "sloppy-imports"]
}