Skip to content

Commit

Permalink
Beta 14
Browse files Browse the repository at this point in the history
  • Loading branch information
karaok491 committed Nov 9, 2020
1 parent c1ab797 commit fb91b7e
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 28 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"source": "https://github.com/FriendsOfFlarum/analytics"
},
"require": {
"flarum/core": "^0.1.0-beta.10"
"flarum/core": "^0.1.0-beta.14",
"fof/components": "^0.2.0"
},
"extra": {
"flarum-extension": {
Expand Down
2 changes: 2 additions & 0 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
namespace FoF\Analytics;

use Flarum\Extend;
use FoF\Components\Extend\AddFofComponents;

return [
(new AddFofComponents()),
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->content(Listeners\AddTrackingJs::class),
Expand Down
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fb91b7e

Please sign in to comment.