Skip to content

Commit

Permalink
chore: set frontend-build version to v8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Sep 26, 2024
1 parent 7d2e515 commit ee957fa
Show file tree
Hide file tree
Showing 6 changed files with 14,864 additions and 12,474 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { createConfig } = require('@openedx/frontend-build');
const { createConfig } = require('@edx/frontend-build');

const config = createConfig('eslint');

Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { createConfig } = require('@openedx/frontend-build');
const { createConfig } = require('@edx/frontend-build');

module.exports = createConfig('babel');
Loading

0 comments on commit ee957fa

Please sign in to comment.