Skip to content

Commit

Permalink
Add keywords to the composer.json file
Browse files Browse the repository at this point in the history
These will help people find the package on packagist.
  • Loading branch information
WouterSioen committed Nov 22, 2019
1 parent 7d219b8 commit 2e74aef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "madewithlove/laravel-nova-uuid-support",
"description": "Adds uuid and other string identifier support to Laravel Nova",
"keywords": [
"laravel",
"nova",
"uuid",
"string",
"identifiers",
"primary"
],
"type": "library",
"license": "MIT",
"require": {
Expand Down

0 comments on commit 2e74aef

Please sign in to comment.