Skip to content

Commit 4cca9b6

Browse files
authored
Update package.abap.json
1 parent 22a64fc commit 4cca9b6

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

package.abap.json

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,37 @@
11
{
2-
"name": "xxx",
2+
"name": "diff3",
33
"version": "1.0.0",
4-
"description": "XXX",
4+
"description": "",
55
"type": "module",
66
"keywords": [
77
"abap",
88
"apm",
9-
"module"
9+
"module",
10+
"diff",
11+
"diff3"
1012
],
1113
"homepage": "https://abappm.com",
1214
"bugs": {
13-
"url": "https://github.com/abapPM/ABAP-XXX"
15+
"url": "https://github.com/abapPM/ABAP-Diff3"
1416
},
1517
"license": "MIT",
1618
"author": {
1719
"name": "Marc Bernard",
18-
"url": "https://abappm.com",
19-
"email": "[email protected]"
20+
"url": "https://abappm.com"
2021
},
2122
"maintainers": [
2223
{
2324
"name": "Marc Bernard",
24-
"url": "https://github.com/mbtools",
25-
"email": "[email protected]"
25+
"url": "https://github.com/mbtools"
2626
}
2727
],
2828
"repository": {
29-
"url": "https://github.com/abapPM/ABAP-XXX"
29+
"url": "https://github.com/abapPM/ABAP-Diff3"
3030
},
3131
"funding": {
3232
"type": "github",
3333
"url": "https://github.com/sponsors/abapPM"
3434
},
35-
"dependencies": {
36-
"error": "^1.0.0"
37-
},
3835
"engines": {
3936
"abap": ">=7.50",
4037
"apm": ">=1"

0 commit comments

Comments
 (0)