diff --git a/.gitignore b/.gitignore index 46eb34e..8423812 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,5 @@ tasktable.csv task-chain.csv .vscode/launch.json .vscode/launch.json +build.cjs +ctrl-q diff --git a/release-please-config.json b/release-please-config.json index 83053eb..f990cf0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -37,7 +37,7 @@ } ], "packages": { - "src": { + ".": { "package-name": "ctrl-q" } }