Skip to content

Commit 3444856

Browse files
committed
Replace author for contributors in package.json's
1 parent 64860cd commit 3444856

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/ethereum-cryptography-native/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "ethereum-cryptography-native",
33
"version": "0.0.6",
44
"description": "Native implementations of ethereum-cryptography for Node.js",
5-
"author": "Patricio Palladino <[email protected]>",
5+
"contributors": [
6+
{
7+
"name": "Patricio Palladino",
8+
"email": "[email protected]"
9+
}
10+
],
611
"repository": "github:alcuadrado/ethereum-cryptography",
712
"license": "MIT",
813
"keywords": [

packages/ethereum-cryptography/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "ethereum-cryptography",
33
"version": "0.0.6",
44
"description": "All the cryptographic primitives used in Ethereum",
5-
"author": "Patricio Palladino <[email protected]>",
5+
"contributors": [
6+
{
7+
"name": "Patricio Palladino",
8+
"email": "[email protected]"
9+
}
10+
],
611
"repository": "github:alcuadrado/ethereum-cryptography",
712
"license": "MIT",
813
"keywords": [

0 commit comments

Comments
 (0)