conversationai / perspectiveapi-authorship-demo

Example code to illustrate how to build an authorship experience using the perspective API
Apache License 2.0
66 stars 26 forks source link

MPM package issues (version specification, and url) #71

Open iislucas opened 6 years ago

iislucas commented 6 years ago

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.

iislucas commented 6 years ago

I think this PR fixes the NPM deps: https://github.com/conversationai/perspectiveapi-authorship-demo/pull/72

but... I noticed that half the tests are failing on master too. So probably need to fix that first?