Skip to content

Commit 8bf35d5

Browse files
committed
Fix package registration in backoffice
1 parent 28a6828 commit 8bf35d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Umbraco.Commerce.ProductFeeds.Client/frontend/src/umbraco-package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "Umbraco Commerce Checkout",
2+
"name": "Umbraco Commerce Product Feeds",
33
"extensions": [
44
{
5-
"name": "Umbraco Commerce Checkout Entry Point",
6-
"alias": "Umbraco.Commerce.Checkout.EntryPoint",
5+
"name": "Umbraco Commerce Product Feeds Entry Point",
6+
"alias": "Umbraco.Commerce.ProductFeeds.EntryPoint",
77
"type": "entryPoint",
88
"js": "/App_Plugins/umbracocommerceproductfeeds/ucproductfeeds.backoffice.js"
99
}

0 commit comments

Comments
 (0)