Skip to content

Commit 4fa45c5

Browse files
authored
Update package.json
1 parent 3fb7e86 commit 4fa45c5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "ajson_mirror",
3-
"private": true,
4-
"version": "1.0.0",
5-
"description": "Mirror of (ajson)[https://github.com/sbcgua/ajson] mirror to zcl_abapgit_ namespace",
6-
"scripts": {
7-
"clone": "git clone https://github.com/abap2ui5/abap2ui5/src src && git clone https://github.com/oblomov-dev/ajson input && rm input/src/core/package.devc.xml && rm input/src/libs/package.devc.xml && rm -rf input/src/perf && mv input/src/core/* input/src && mv input/src/libs/* input/src",
8-
"lint_result": "abaplint abaplint.json",
9-
"fix_result": "abaplint abaplint.json --fix",
10-
"rename": "abaplint abaplint_rename.json --rename && rm src/01/01 && cp output/input/src/* src/01/01",
11-
"mirror": "rm -rf input && rm -rf output && npm run clone && npm run rename && npm run fix_result"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git+https://github.com/abap2UI5/ajson_mirror.git"
16-
},
17-
"author": "",
18-
"license": "MIT",
19-
"bugs": {
20-
"url": "https://github.com/abap2UI5/ajson_mirror/issues"
21-
},
22-
"homepage": "https://github.com/abap2UI5/ajson_mirror#readme",
23-
"dependencies": {
24-
"@abaplint/cli": "^2.113.2"
25-
}
2+
"name": "ajson_mirror",
3+
"private": true,
4+
"version": "1.0.0",
5+
"description": "Mirror of (ajson)[https://github.com/sbcgua/ajson] mirror to z2ui5_ namespace",
6+
"scripts": {
7+
"clone": "git clone https://github.com/sbcgua/ajson input && rm input/src/core/package.devc.xml && rm input/src/libs/package.devc.xml && rm -rf input/src/perf && mv input/src/core/* input/src && mv input/src/libs/* input/src",
8+
"lint_result": "abaplint abaplint.json",
9+
"fix_result": "abaplint abaplint.json --fix",
10+
"rename": "abaplint abaplint_rename.json --rename && rm src/* && cp output/input/src/* src/",
11+
"mirror": "rm -rf input && rm -rf output && npm run clone && npm run rename && npm run fix_result"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/abapGit/ajson_mirror.git"
16+
},
17+
"author": "",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/abapGit/ajson_mirror/issues"
21+
},
22+
"homepage": "https://github.com/abapGit/ajson_mirror#readme",
23+
"dependencies": {
24+
"@abaplint/cli": "^2.113.2"
2625
}
26+
}

0 commit comments

Comments
 (0)