Skip to content

Commit b2417ca

Browse files
author
Chris Brody
authored
remove duplicate authorEmail entry from logging (#106)
which was introduced in: 13f9188
1 parent 3476ce1 commit b2417ca

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

lib/lib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ const generateWithNormalizedOptions = ({
8989
githubAccount: ${githubAccount}
9090
authorName: ${authorName}
9191
authorEmail: ${authorEmail}
92-
authorEmail: ${authorEmail}
9392
license: ${license}
9493
view: ${view}
9594
useCocoapods: ${useCocoapods}

tests/with-mocks/cli/command/func/with-logging/with-bogus-platforms/bogus-name/__snapshots__/cli-command-with-bogus-platforms-name.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Array [
2121
githubAccount: github_account
2222
authorName: Your Name
2323
authorEmail: yourname@email.com
24-
authorEmail: yourname@email.com
2524
license: MIT
2625
view: false
2726
useCocoapods: false

tests/with-mocks/cli/command/func/with-logging/with-bogus-platforms/empty-string/__snapshots__/cli-command-with-empty-platforms-string.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Array [
2121
githubAccount: github_account
2222
authorName: Your Name
2323
authorEmail: yourname@email.com
24-
authorEmail: yourname@email.com
2524
license: MIT
2625
view: false
2726
useCocoapods: false

tests/with-mocks/lib/create/with-example/with-logging/with-defaults/__snapshots__/create-with-example-with-defaults.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Array [
2121
githubAccount: github_account
2222
authorName: Your Name
2323
authorEmail: yourname@email.com
24-
authorEmail: yourname@email.com
2524
license: MIT
2625
view: false
2726
useCocoapods: false

tests/with-mocks/lib/create/with-example/with-logging/with-error/__snapshots__/with-yarn-error-logging.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Array [
2121
githubAccount: github_account
2222
authorName: Your Name
2323
authorEmail: yourname@email.com
24-
authorEmail: yourname@email.com
2524
license: MIT
2625
view: false
2726
useCocoapods: false

tests/with-mocks/lib/create/with-example/with-logging/with-null-options/with-null-prefix/__snapshots__/create-with-example-with-options.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Array [
2121
githubAccount: github_account
2222
authorName: Your Name
2323
authorEmail: yourname@email.com
24-
authorEmail: yourname@email.com
2524
license: MIT
2625
view: false
2726
useCocoapods: false

tests/with-mocks/lib/create/with-example/with-logging/with-options/__snapshots__/create-with-example-with-options.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Array [
1515
githubAccount: alicebits
1616
authorName: Alice
1717
authorEmail: contact@alice.me
18-
authorEmail: contact@alice.me
1918
license: ISC
2019
view: false
2120
useCocoapods: false

0 commit comments

Comments
 (0)