We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c636f90 commit 91a0739Copy full SHA for 91a0739
_build_npm.ts
@@ -55,6 +55,6 @@ await build({
55
56
await Deno.writeTextFile(
57
`${outDir}/.npmignore`,
58
- "/_generator\ndev_deps.ts\n",
+ "/_generator\n",
59
{ append: true },
60
);
0 commit comments