Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from mauricerenck/master
Browse files Browse the repository at this point in the history
add: make installable via composer
  • Loading branch information
medienbaecker authored Mar 10, 2020
2 parents ee326e3 + e9150e4 commit 37597e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "medienbaecker/likes",
"version": "1.0.0",
"description": "Kirby Likes adds routes, handy page methods and a panel field so you can easily add likes/hearts/votes to pages.",
"type": "kirby-plugin",
"license": "MIT",
"authors": [
{
"name": "Thomas Günther",
"email": "[email protected]"
}
],
"require": {
"getkirby/composer-installer": "^1.1"
}
}

0 comments on commit 37597e7

Please sign in to comment.