You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package.json file specified exact angular versions, but angular uses semantic versioning. This means that attempting to update angular breaks on projects that include the authorship npm package as a dependency.
Suggested fixes:
Use semantic versioning (e.g. "^6.0.0" instead of "6.0.0") for package dependencies.
Specify the github URL in the package.json file so that the source listing in NPM is correct.
If you can fix and cut a new release, that would be awesome and unblock some downstream projects I have using it.
The text was updated successfully, but these errors were encountered:
The package.json file specified exact angular versions, but angular uses semantic versioning. This means that attempting to update angular breaks on projects that include the authorship npm package as a dependency.
Suggested fixes:
If you can fix and cut a new release, that would be awesome and unblock some downstream projects I have using it.
The text was updated successfully, but these errors were encountered: