From 8e7d5ea9e2aa63eb87a0db3a122323443cc24a21 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 2 Feb 2016 13:01:06 +0100 Subject: [PATCH] trigger build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e8a1f38e..3c10d3329 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { + "license": "MIT", "scripts": { "test": "abaplint *.abap" }, "devDependencies": { "abaplint": ">0.0.16" } -} \ No newline at end of file +}