Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support the ng-package.json in secondary entry points #1406

Merged
merged 3 commits into from
Sep 25, 2019
Merged

fix: support the ng-package.json in secondary entry points #1406

merged 3 commits into from
Sep 25, 2019

Commits on Sep 25, 2019

  1. fix: support the ng-package.json in secondary entry points

    Currently secondary entry points are breaking "no-implicit-dependencies" TSLint rule, because the
    rule is checking for package.json files, which in secondary entry points are anyway just containing
    "ngPackage" configuration. Adding the support for ng-package.json removes the need for package.json,
    thus TSLint will look correctly in parent package.json file and act accordingly.
    
    fix 1391
    klemenoslaj committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c269371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7372c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e9f9f1 View commit details
    Browse the repository at this point in the history