From 10be16cb7f4c29c6ac8dd2634947ce7b11336e19 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 15 Jul 2016 12:09:28 +0100 Subject: [PATCH] Fix demo app license check rules --- demo-shell-ng2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 77d1f5ff80..c73bab0da2 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -94,7 +94,7 @@ }, "license-check-config": { "src": [ - "./dist/**/*.js" + "./app/**/*.js" ], "path": "assets/license_header.txt", "blocking": true,