Skip to content

Commit

Permalink
issue/2799 Removed redundant behaviour (#112)
Browse files Browse the repository at this point in the history
* issue/2799 Removed redundant behaviour

* Framework version bumped for breaking changes.

Co-authored-by: joe-allen-89 <[email protected]>
  • Loading branch information
oliverfoster and joe-allen-89 authored May 10, 2022
1 parent c51b3e9 commit 2479741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/adapt-contrib-accordion.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Adapt from 'core/js/adapt';
import components from 'core/js/components';
import AccordionModel from './AccordionModel';
import AccordionView from './AccordionView';

export default Adapt.register('accordion', {
export default components.register('accordion', {
model: AccordionModel,
view: AccordionView
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adapt-contrib-accordion",
"version": "6.0.2",
"framework": ">=5.14.0",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-accordion",
"bugs": "https://github.com/adaptlearning/adapt-contrib-accordion/issues",
"component" : "accordion",
Expand Down

0 comments on commit 2479741

Please sign in to comment.