Skip to content

Commit

Permalink
Remove unused import in NPM build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 16, 2024
1 parent 7b83bec commit 5dc6bfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/browser/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { getBabelOutputPlugin } from '@rollup/plugin-babel';
import replace from '@rollup/plugin-replace';

import denoJSON from './deno.json' with { type: 'json' };
import typesDenoJSON from '../types/deno.json' with { type: 'json' };

const outDir = './npm';

Expand Down
1 change: 0 additions & 1 deletion packages/server/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { build, emptyDir } from '@deno/dnt';

import denoJSON from './deno.json' with { type: 'json' };
import typesDenoJSON from '../types/deno.json' with { type: 'json' };

const outDir = './npm';

Expand Down

0 comments on commit 5dc6bfc

Please sign in to comment.