Skip to content

Commit

Permalink
Fixed class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Noble committed Feb 3, 2020
1 parent d25cb69 commit 93627aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "burnthebook/craft3-livebuzz",
"description": "Pulls Exhibitors from the the LiveBuzz API to a website, it also updates and removes Exhibitors.",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"extra": {
"name": "LiveBuzz",
"name": "Livebuzz",
"handle": "livebuzz",
"hasCpSettings": true,
"hasCpSection": true,
Expand All @@ -40,6 +40,6 @@
"tagsService": "burnthebook\\livebuzz\\services\\TagsService",
"twigService": "burnthebook\\livebuzz\\services\\TwigService"
},
"class": "burnthebook\\livebuzz\\LiveBuzz"
"class": "burnthebook\\livebuzz\\Livebuzz"
}
}

0 comments on commit 93627aa

Please sign in to comment.