Skip to content

Commit

Permalink
feat(zsh): change npm config author email and url
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Mar 28, 2024
1 parent 601c7e4 commit 9690cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/zsh/config/exports.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export MANPAGER='nvim +Man!'

# npm
export NPM_CONFIG_INIT_AUTHOR_NAME='Kutsan Kaplan'
export NPM_CONFIG_INIT_AUTHOR_EMAIL='me@kutsankaplan.com'
export NPM_CONFIG_INIT_AUTHOR_URL='https://kutsankaplan.com'
export NPM_CONFIG_INIT_AUTHOR_EMAIL='me@kutsan.dev'
export NPM_CONFIG_INIT_AUTHOR_URL='https://kutsan.dev'
export NPM_CONFIG_INIT_LICENSE='GPL-3.0'
export NPM_CONFIG_INIT_VERSION='0.0.0'
export NPM_CONFIG_SIGN_GIT_TAG='true'
Expand Down

0 comments on commit 9690cc5

Please sign in to comment.