From 8665ef47c2d93190d47a4a8087241439b28f8d12 Mon Sep 17 00:00:00 2001 From: develar Date: Thu, 11 Aug 2016 17:11:42 +0200 Subject: [PATCH] fix: remove outdated license check --- src/packager.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/packager.ts b/src/packager.ts index f4005761d1f..c04a8c8d695 100644 --- a/src/packager.ts +++ b/src/packager.ts @@ -175,10 +175,6 @@ export class Packager implements BuildInfo { if ((appMetadata).build != null) { throw new Error(util.format(errorMessages.buildInAppSpecified, appPackageFile, devAppPackageFile)) } - - if (this.devMetadata.license != null) { - warn(`license in the development package.json (${devAppPackageFile}) is deprecated, please move to the application package.json`) - } } const build = this.devMetadata.build