Skip to content

Commit

Permalink
feat: replaced @edx/frontend-build to use openedx namespace (#134)
Browse files Browse the repository at this point in the history
* feat: replaced @edx/frontend-build to use openedx namespace, updated platform peerDependency

* refactor: updated package-lock
  • Loading branch information
BilalQamar95 committed Sep 3, 2024
1 parent 2338762 commit 25dc40f
Show file tree
Hide file tree
Showing 5 changed files with 8,449 additions and 14,067 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('eslint', {
rules: {
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('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('babel-preserve-modules');
Loading

0 comments on commit 25dc40f

Please sign in to comment.