Skip to content

Commit 744761e

Browse files
authored
fixes
1 parent 817db0c commit 744761e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "abap2ui5-layout-variant-management",
2+
"name": "abap2ui5-samples",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Layout Management for abap2UI5.",
66
"scripts": {
77
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
88
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
9-
"init_downport": "git clone -branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
9+
"init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
1010
"cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/abap2UI5-addons/layout-management.git"
14+
"url": "git+https://github.com/abap2UI5/samples.git"
1515
},
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/abap2UI5-addons/layout-management.git"
18+
"url": "https://github.com/abap2UI5/samples.git"
1919
},
20-
"homepage": "https://github.com/abap2UI5-addons/layout-management#readme",
20+
"homepage": "https://github.com/abap2UI5/samples#readme",
2121
"devDependencies": {
2222
"@abaplint/cli": "^2.113.86",
2323
"@abaplint/database-sqlite": "^2.10.20",

0 commit comments

Comments
 (0)