Skip to content

Commit 38161f8

Browse files
author
Luca Forstner
committed
format
1 parent 22404e3 commit 38161f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/utils/rollup.npm.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// @ts-check
22

3-
import replace from '@rollup/plugin-replace';
4-
import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollup-utils';
53
import { readFileSync } from 'fs';
6-
import { join, dirname } from 'path';
4+
import { dirname, join } from 'path';
75
import { fileURLToPath } from 'url';
6+
import replace from '@rollup/plugin-replace';
7+
import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollup-utils';
88

99
const packageJson = JSON.parse(readFileSync(join(dirname(fileURLToPath(import.meta.url)), 'package.json'), 'utf-8'));
1010

0 commit comments

Comments
 (0)