Skip to content

Commit 372e061

Browse files
committed
update
1 parent 87c3b35 commit 372e061

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

chromium/chromium

Lines changed: 0 additions & 1 deletion
This file was deleted.

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import typescript from '@rollup/plugin-typescript'
22
import { nodeResolve } from '@rollup/plugin-node-resolve'
33
import commonjs from '@rollup/plugin-commonjs'
44
import json from '@rollup/plugin-json'
5-
import packageJson from './package.json' with { type: 'json' }
5+
import packageJson from './package.json'
66

77
export default {
88
external: [

0 commit comments

Comments
 (0)