Skip to content

Commit

Permalink
Remove unnecessary email config from README (#186)
Browse files Browse the repository at this point in the history
The `email=my@email.com` line isn't necessary. It doesn't seem to be a real configuration option and as far as I can tell npm ignores it. 

fixes #185
  • Loading branch information
pmcelhaney authored May 24, 2022
1 parent 5252f6f commit fa2875d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ For example, you can add a step before running the Changesets GitHub Action:
- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
email=my@email.com
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
Expand Down

0 comments on commit fa2875d

Please # to comment.