Skip to content

Commit

Permalink
Merge pull request #10 from splorp/master
Browse files Browse the repository at this point in the history
Tweaked composer.json fields for K3 panel display
  • Loading branch information
schnti authored Nov 14, 2022
2 parents 2bf22c2 + 30d82da commit 998c899
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "https://kleiner-als.de"
"homepage": "https://kleiner-als.de/"
}
],
"type": "kirby-plugin",
"keywords": [
"kirby3",
"kirby3-cms",
Expand All @@ -21,4 +23,4 @@
"extra": {
"installer-name": "cachebuster"
}
}
}

0 comments on commit 998c899

Please sign in to comment.