Skip to content

Commit 8665ef4

Browse files
committed
fix: remove outdated license check
1 parent fc8d6c6 commit 8665ef4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/packager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ export class Packager implements BuildInfo {
175175
if ((<any>appMetadata).build != null) {
176176
throw new Error(util.format(errorMessages.buildInAppSpecified, appPackageFile, devAppPackageFile))
177177
}
178-
179-
if (this.devMetadata.license != null) {
180-
warn(`license in the development package.json (${devAppPackageFile}) is deprecated, please move to the application package.json`)
181-
}
182178
}
183179

184180
const build = <any>this.devMetadata.build

0 commit comments

Comments
 (0)