Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update encrypted npm and rubygem auth secrets
Update the `npmrc` file to use the NPM v2+ auth format. See: https://docs.travis-ci.com/user/deployment/npm/ The NPM 2+ format looks like: ``` //registry.npmjs.org/:_authToken=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX ``` The rubygems auth/API key should not have changed.
- Loading branch information