Skip to content

Commit

Permalink
Fix name and email in auto config (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Feb 1, 2020
1 parent e529ce3 commit 3567e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"arrowParens": "always"
},
"auto": {
"extends": "@remusao/auto-config"
"extends": "@remusao/auto-config",
"name": "Rémi Berson",
"email": "remi@cliqz.com"
}
}

0 comments on commit 3567e31

Please sign in to comment.