Skip to content

Commit

Permalink
fix(git): remove email from package.json
Browse files Browse the repository at this point in the history
Remove email from package.json due to github privacy policy
  • Loading branch information
hjemmel committed Jan 24, 2020
1 parent 7f0b3c7 commit 943a508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "The Unicorns Renovate Shareable Config",
"main": "index.js",
"repository": "git@github.com:the-unicorns/renovate-config.git",
"author": "Hans Jakob Emmel <hans.emmel@gmail.com>",
"author": "Hans Jakob Emmel",
"license": "MIT",
"scripts": {
"cm": "git-cz",
"semantic-release": "semantic-release"
"release": "semantic-release"
},
"renovate-config": {
"default": {
Expand Down

0 comments on commit 943a508

Please sign in to comment.