Skip to content

Commit 4a297dd

Browse files
committed
chore: change package.json location
1 parent e1dcc4b commit 4a297dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ImageKitComponent/ImageKitComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PureComponent } from 'react';
22
import PropTypes from 'prop-types';
33
import ImageKit from 'imagekit-javascript';
44
import { ImageKitContextType } from '../IKContext/ImageKitContextType';
5-
const pjson = require('./package.json');
5+
const pjson = require('../../../package.json');
66

77
class ImageKitComponent extends PureComponent {
88
constructor(props, context) {

0 commit comments

Comments
 (0)