Skip to content

Commit

Permalink
fix: remove outdated license check
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Aug 11, 2016
1 parent fc8d6c6 commit 8665ef4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/packager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ export class Packager implements BuildInfo {
if ((<any>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 = <any>this.devMetadata.build
Expand Down

0 comments on commit 8665ef4

Please sign in to comment.