Skip to content

Commit

Permalink
Update README, frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBelgium committed Jun 29, 2024
1 parent a39cd5c commit 59ede6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false
build_typings_script: ""

frontend_directory: ./js
backend_directory: .
js_package_manager: npm
main_git_branch: master
secrets:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flarum Umami

![License](https://img.shields.io/badge/license-MIT-Modern-Variant-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/michaelbelgium/flarum-umami.svg)](https://packagist.org/packages/michaelbelgium/flarum-umami) [![Total Downloads](https://img.shields.io/packagist/dt/michaelbelgium/flarum-umami.svg)](https://packagist.org/packages/michaelbelgium/flarum-umami)
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/michaelbelgium/flarum-umami.svg)](https://packagist.org/packages/michaelbelgium/flarum-umami) [![Total Downloads](https://img.shields.io/packagist/dt/michaelbelgium/flarum-umami.svg)](https://packagist.org/packages/michaelbelgium/flarum-umami)

A [Flarum](http://flarum.org) extension. Adds Umami analytics to your Flarum instance.

Expand All @@ -9,13 +9,13 @@ A [Flarum](http://flarum.org) extension. Adds Umami analytics to your Flarum ins
Install with composer:

```sh
composer require michaelbelgium/flarum-umami:"*"
composer require michaelbelgium/flarum-umami
```

## Updating

```sh
composer update michaelbelgium/flarum-umami:"*"
composer update michaelbelgium/flarum-umami
php flarum migrate
php flarum cache:clear
```
Expand Down
2 changes: 1 addition & 1 deletion locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ michaelbelgium-umami:
label: 'Account username'
help: 'Optional. The username of an umami account on the above domain. (used for the admin dashboard widget)'
password:
label: 'API Password'
label: 'Account password'
help: 'Optional. The password of the username above. (used for the admin dashboard widget)'

0 comments on commit 59ede6e

Please sign in to comment.