Skip to content

Commit 5dc6bfc

Browse files
committed
Remove unused import in NPM build scripts
1 parent 7b83bec commit 5dc6bfc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/browser/build_npm.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { getBabelOutputPlugin } from '@rollup/plugin-babel';
77
import replace from '@rollup/plugin-replace';
88

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

1211
const outDir = './npm';
1312

packages/server/build_npm.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { build, emptyDir } from '@deno/dnt';
22

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

65
const outDir = './npm';
76

0 commit comments

Comments
 (0)