mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00

* move source to src folder * Rename zabapgit.prog.abap to src/zabapgit.prog.abap * Rename zabapgit.prog.xml to src/zabapgit.prog.xml * move unit tests to separate include * add abapmerge * Update .travis.yml * add typings * Update .travis.yml * test * Update package.json * Create travis.sh * Update .travis.yml * Update .travis.yml * travis.sh executable * Update travis.sh * Update travis.sh * test * Update .travis.yml * Update travis.sh * Update travis.sh * Update travis.sh * Update travis.sh * Update .travis.yml * Update travis.sh * Update travis.sh * Update travis.sh * Update travis.sh * Update travis.sh * Update travis.sh * Update travis.sh * new token * use txt instead, allows for easier download
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "abaplint src/*.abap"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larshp/abapGit.git"
|
|
},
|
|
"devDependencies": {
|
|
"abapmerge": "^0.5.0",
|
|
"typings": "^1.3.1",
|
|
"abaplint": ">=0.0.16"
|
|
}
|
|
}
|