|
1 | 1 | {
|
2 |
| - "name": "@mendix/any-chart-web2", |
3 |
| - "widgetName": "AnyChart", |
| 2 | + "name": "@mendix/custom-chart-web", |
| 3 | + "widgetName": "CustomChart", |
4 | 4 | "version": "1.0.0",
|
5 | 5 | "description": "",
|
6 | 6 | "copyright": "© Mendix Technology BV 2024. All rights reserved.",
|
|
14 | 14 | "developmentPort": 3000
|
15 | 15 | },
|
16 | 16 | "mxpackage": {
|
17 |
| - "name": "AnyChart", |
| 17 | + "name": "CustomChart", |
18 | 18 | "type": "widget",
|
19 |
| - "mpkName": "com.mendix.widget.web.AnyChart.mpk" |
| 19 | + "mpkName": "com.mendix.widget.web.CustomChart.mpk" |
20 | 20 | },
|
21 | 21 | "marketplace": {
|
22 | 22 | "minimumMXVersion": "10.16.0",
|
23 | 23 | "appNumber": 1234,
|
24 |
| - "appName": "AnyChart" |
| 24 | + "appName": "CustomChart" |
25 | 25 | },
|
26 | 26 | "testProject": {
|
27 | 27 | "githubUrl": "https://github.com/mendix/testProjects",
|
28 |
| - "branchName": "any-chart-web" |
| 28 | + "branchName": "custom-chart-web" |
29 | 29 | },
|
30 | 30 | "packagePath": "com.mendix.widget.web",
|
31 | 31 | "scripts": {
|
|
34 | 34 | "build": "pluggable-widgets-tools build:web",
|
35 | 35 | "format": "pluggable-widgets-tools format",
|
36 | 36 | "lint": "eslint --ext .jsx,.js,.ts,.tsx src/",
|
37 |
| - "test": "echo 'FIXME: Finish any-chart-web unit test migration'", |
38 |
| - "e2e": "echo 'FIXME: Finish any-chart-web e2e test migration'", |
39 |
| - "e2edev": "echo 'FIXME: Finish any-chart-web e2e test migration'", |
| 37 | + "test": "echo 'FIXME: Finish custom-chart-web unit test migration'", |
| 38 | + "e2e": "echo 'FIXME: Finish custom-chart-web e2e test migration'", |
| 39 | + "e2edev": "echo 'FIXME: Finish custom-chart-web e2e test migration'", |
40 | 40 | "release": "pluggable-widgets-tools release:web",
|
41 | 41 | "create-gh-release": "rui-create-gh-release",
|
42 | 42 | "publish-marketplace": "rui-publish-marketplace",
|
|
0 commit comments