trigger build

This commit is contained in:
Lars Hvam 2016-02-02 13:01:06 +01:00
parent df8ebe59dd
commit 8e7d5ea9e2

View File

@ -1,8 +1,9 @@
{ {
"license": "MIT",
"scripts": { "scripts": {
"test": "abaplint *.abap" "test": "abaplint *.abap"
}, },
"devDependencies": { "devDependencies": {
"abaplint": ">0.0.16" "abaplint": ">0.0.16"
} }
} }