Skip to content

Commit c9806cd

Browse files
authored
Update and rename package.json to package.abap.json
1 parent f86f477 commit c9806cd

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

package.abap.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "error",
3+
"version": "1.0.0",
4+
"description": "General purpose exception class",
5+
"keywords": [
6+
"abap",
7+
"apm",
8+
"error",
9+
"exception",
10+
"sap"
11+
],
12+
"homepage": "https://abappm.com",
13+
"bugs": {
14+
"url": "https://github.com/abapPM/ABAP-Error/issues"
15+
},
16+
"license": "MIT",
17+
"author": {
18+
"name": "Marc Bernard",
19+
"url": "https://github.com/mbtools",
20+
"email": "marc@abappm.com"
21+
},
22+
"maintainers": [
23+
{
24+
"name": "Marc Bernard",
25+
"url": "https://github.com/mbtools",
26+
"email": "marc@abappm.com"
27+
}
28+
],
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/abapPM/ABAP-Error.git"
32+
},
33+
"funding": {
34+
"type": "github",
35+
"url": "https://github.com/sponsors/abappm"
36+
},
37+
"engines": {
38+
"abap": ">=7.50",
39+
"apm": ">=1"
40+
}
41+
}

package.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)