diff --git a/composer.json b/composer.json index faa0aaa..0ccd6ae 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,17 @@ { "name": "schnti/cachebuster", - "description": "Kirby 3 Cachebuster Plugin", + "version": "1.0.2", + "type": "kirby-plugin", + "description": "A plugin for Kirby 3 CMS to add modification timestamps to css and js files", + "homepage": "https://github.com/schnti/kirby3-cachebuster", "license": "MIT", "authors": [ { "name": "Timo Schneider", "email": "info@kleiner-als.de", - "homepage": "https://kleiner-als.de" + "homepage": "https://kleiner-als.de/" } ], - "type": "kirby-plugin", "keywords": [ "kirby3", "kirby3-cms", @@ -21,4 +23,4 @@ "extra": { "installer-name": "cachebuster" } -} \ No newline at end of file +}