From bb63d5720d83988585ab6acb4657d684cfe3cc27 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Sun, 10 Nov 2019 17:38:13 +0100 Subject: [PATCH] Include the LICENSE file in the published package ng-packagr wants this file to be without an extension: https://github.com/ng-packagr/ng-packagr/blob/eecf98481225205c2ae256a2393b4f5d148f5c1e/src/lib/ng-v5/package.transform.ts#L216 Fixes #188 --- LICENSE.md => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE