Fix naming

This commit is contained in:
Stephan Hoyer 2022-03-02 07:31:34 +01:00
parent 1c07143be4
commit 9906e23118
11 changed files with 13 additions and 13 deletions

View file

@ -197,7 +197,7 @@ of contents accordingly.
// deploy:
// - provider: npm
// skip_cleanup: true
// email: 'contact@isiahmeadows.com'
// email: 'contact@claudiameadows.dev'
// api_key:
// secure: 'output of `travis encrypt NPM_AUTH_TOKEN`'
// on:
@ -206,7 +206,7 @@ of contents accordingly.
// - provider: npm
// skip_cleanup: true
// tag: next
// email: 'contact@isiahmeadows.com'
// email: 'contact@claudiameadows.dev'
// api_key:
// secure: 'output of `travis encrypt NPM_AUTH_TOKEN`'
// on: