abapGit/package.json
Lars Hvam 17b33c1693
update to latest abaplint (#2135)
* update to latest abaplint

* Update abaplint.json

* keywords upper case
2018-11-23 12:31:44 +01:00

17 lines
403 B
JSON

{
"license": "MIT",
"scripts": {
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abapmerge": "^0.11.0",
"abaplint": "^1.4.0"
}
}