Skip to content

Commit de1f011

Browse files
authored
fix: correct contributors in package.json (#324)
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
1 parent 5c1a0fb commit de1f011

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@
1818
"author": "IBM Corp.",
1919
"contributors": [
2020
{
21-
"name": "Dustin Popp",
22-
"email": "dustinpopp@ibm.com"
21+
"name": "Norbert Biczo",
22+
"email": "Norbert.Biczo@ibm.com"
2323
},
2424
{
25-
"name": "Phil Adams",
26-
"email": "phil_adams@us.ibm.com"
25+
"name": "Lidia Tarcza",
26+
"email": "Lidia.Tarcza@ibm.com"
27+
},
28+
{
29+
"name": "Andras Felleg",
30+
"email": "Andras.Felleg@ibm.com"
2731
}
2832
],
2933
"license": "Apache-2.0",

0 commit comments

Comments
 (0)