Skip to content

Commit 446f329

Browse files
authored
Update package.abap.json
1 parent 17545f1 commit 446f329

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.abap.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2-
"name": "abappm-types",
2+
"name": "@apm/types",
33
"version": "1.0.0",
4-
"description": "ABAPPM-TYPES",
5-
"type": "module",
4+
"description": "Types and Constants for apm",
65
"keywords": [
76
"abap",
87
"apm",
8+
"types",
9+
"constants",
910
"module"
1011
],
1112
"homepage": "https://abappm.com",
1213
"bugs": {
13-
"url": "https://github.com/abapPM/abapPM-Types"
14+
"url": "https://github.com/abapPM/abapPM-Types/issues"
1415
},
1516
"license": "MIT",
1617
"author": {
1718
"name": "Marc Bernard",
18-
"url": "https://abappm.com"
19+
"url": "https://github.com/mbtools"
1920
},
2021
"maintainers": [
2122
{
@@ -24,14 +25,12 @@
2425
}
2526
],
2627
"repository": {
28+
"type": "https",
2729
"url": "https://github.com/abapPM/abapPM-Types"
2830
},
2931
"funding": {
3032
"type": "github",
31-
"url": "https://github.com/sponsors/abapPM"
32-
},
33-
"dependencies": {
34-
"error": "^1.0.0"
33+
"url": "https://github.com/sponsors/abappm"
3534
},
3635
"engines": {
3736
"abap": ">=7.50",

0 commit comments

Comments
 (0)