Skip to content

Commit

Permalink
chore: update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Nov 26, 2024
1 parent 3fb52c6 commit 3454835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import commonJs from '@rollup/plugin-commonjs';
import json from '@rollup/plugin-json';
import dts from 'rollup-plugin-dts';
import replace from '@rollup/plugin-replace';
import pkg from './package.json' assert {type: 'json'};
const pkg = JSON.parse(readFileSync('./package.json', 'utf8'));

const packages = JSON.parse(
readFileSync('./workspace-packages.json', {encoding: 'utf8'})
Expand Down

0 comments on commit 3454835

Please sign in to comment.