Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 6, 2024
1 parent a485994 commit b9ecb56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion abap_transpile.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"keywords": [],
"addCommonJS": true,
"extraSetup": "../test/setup.mjs"
}
Expand Down
1 change: 0 additions & 1 deletion abap_transpile_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"keywords": [],
"addCommonJS": true,
"extraSetup": "../test/setup.mjs"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@abaplint/cli": "^2.113.6",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.10.14",
"@abaplint/transpiler-cli": "^2.10.14",
"@abaplint/runtime": "^2.10.15",
"@abaplint/transpiler-cli": "^2.10.15",
"0x": "^5.7.0"
}
}

0 comments on commit b9ecb56

Please sign in to comment.