5

I got the following warning in my cli and was wondering what was the new allowedNonPeerDependencies doing different.

WARNING: Option "whitelistedNonPeerDependencies" is deprecated: Use "allowedNonPeerDependencies" instead.
Raphaël Balet
  • 6,334
  • 6
  • 41
  • 78

1 Answers1

9

Basically we should only rename whitelistedNonPeerDependencies into allowedNonPeerDependencies into the package.json and ng-package.json files.

As said here it is to be "less racially charged" so nothing else to changes in the code.

Raphaël Balet
  • 6,334
  • 6
  • 41
  • 78