Skip to content

Commit

Permalink
Only bundle version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg committed Nov 2, 2024
1 parent 9434745 commit b190eb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/renderer/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import layoutDocument from '@react-pdf/layout';
import { ConcurrentRoot } from 'react-reconciler/constants';

import createRenderer from './renderer';
import packageJson from '../package.json';

const { version } = packageJson;
import { version } from '../package.json';

const fontStore = new FontStore();

Expand Down

0 comments on commit b190eb3

Please sign in to comment.