Skip to content

Commit

Permalink
Fix path to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
epixa committed Feb 8, 2019
1 parent f1cef48 commit 9eacd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/ui_exports/ui_export_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { dirname, resolve } from 'path';
const ROOT = dirname(require.resolve('../../../package.json'));
const ROOT = dirname(require.resolve('../../../../package.json'));

export const UI_EXPORT_DEFAULTS = {
webpackNoParseRules: [
Expand Down

0 comments on commit 9eacd20

Please sign in to comment.