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

Commit

Permalink
Merge pull request #2 from reactioncommerce/fix-kieckhafer-renamePlugin
Browse files Browse the repository at this point in the history
fix: update name to match other plugins
  • Loading branch information
aldeed authored Apr 23, 2020
2 parents afb2f61 + c88fa18 commit a091654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import {
*/
export default async function register(app) {
await app.registerPlugin({
label: "Catalog",
name: "reaction-catalog",
label: "Catalogs",
name: "catalogs",
version: pkg.version,
i18n,
collections: {
Expand Down

0 comments on commit a091654

Please sign in to comment.