Skip to content

Commit a769cd3

Browse files
committed
fix(calendar-web): correct appNumber
1 parent b6918ad commit a769cd3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

packages/modules/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"marketplace": {
2222
"minimumMXVersion": "10.22.0.68245",
2323
"appName": "Calendar",
24-
"appNumber": 107954
24+
"appNumber": 245304
2525
},
2626
"testProject": {
2727
"githubUrl": "https://github.com/mendix/testProjects",

packages/pluggableWidgets/calendar-web/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
"description": "Calendar",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
8+
"private": true,
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/mendix/web-widgets.git"
1112
},
12-
"config": {
13-
"developmentPort": 3000,
14-
"mendixHost": "http://localhost:8080"
15-
},
13+
"config": {},
1614
"mxpackage": {
1715
"name": "Calendar",
1816
"type": "widget",
@@ -21,9 +19,7 @@
2119
"packagePath": "com.mendix.widget.web",
2220
"marketplace": {
2321
"minimumMXVersion": "10.22.0",
24-
"appNumber": 107954,
25-
"appName": "Calendar",
26-
"reactReady": true
22+
"appName": "Calendar"
2723
},
2824
"testProject": {
2925
"githubUrl": "https://github.com/mendix/testProjects",

0 commit comments

Comments
 (0)