capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
143 stars 60 forks source link

Fix dependencies and bump version #20

Closed seanaye closed 3 years ago

seanaye commented 3 years ago

The current package.json is out of sync with actual required dependencies since apple web sign in has been added.

See https://github.com/capacitor-community/apple-sign-in/blob/053b6198ee0bf21669017a3f0ebcb31cce2b3d65/src/web.ts#L72

With the current npm package 1.0.0 building a project will fail since node cannot resolve scriptjs.

This PR bumps package.json version to 0.0.13 from 0.0.12 with the addition of web sign in.

Adds the scriptjs dependency so downstream packages can build correctly.

Adds the json-parse-even-better-errors dev dependency which is required by a husky script.