We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dcc4b commit 4a297ddCopy full SHA for 4a297dd
src/components/ImageKitComponent/ImageKitComponent.js
@@ -2,7 +2,7 @@ import { PureComponent } from 'react';
2
import PropTypes from 'prop-types';
3
import ImageKit from 'imagekit-javascript';
4
import { ImageKitContextType } from '../IKContext/ImageKitContextType';
5
-const pjson = require('./package.json');
+const pjson = require('../../../package.json');
6
7
class ImageKitComponent extends PureComponent {
8
constructor(props, context) {
0 commit comments