diff --git a/composer.json b/composer.json index 07be687..4ba2caf 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "michnhokn/kirby3-cookie-banner", - "description": "Add cookie banner to your Kirby website", + "description": "Add a cookie modal to your Kirby3 website", "type": "kirby-plugin", - "version": "0.9.0", + "version": "1.0.1", "license": "MIT", "authors": [ { @@ -15,13 +15,9 @@ "kirby3-cms", "kirby3-plugin", "cookies", + "cookie-modal", "cookie-banner" ], - "autoload": { - "psr-4": { - "Michnhokn\\": "lib/" - } - }, "config": { "optimize-autoloader": true }, diff --git a/preview.gif b/preview.gif deleted file mode 100644 index 9091b5f..0000000 Binary files a/preview.gif and /dev/null differ