repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d936f88
)
docs: refine author field
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 15:07:15 +0000
(17:07 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 1 Sep 2023 15:07:15 +0000
(17:07 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 4cf519eefb70a3e50c2108bf4e7ae85ca08f1448..4c1eb7a5e7216ad1276df631257dbf9c5d9c9d7d 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-51,7
+51,11
@@
"lint:fix": "eslint . --cache --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
- "author": "jerome-benoit",
+ "author": {
+ "name": "Jérôme Benoit",
+ "email": "jerome.benoit@piment-noir.org",
+ "url": "https://github.com/jerome-benoit"
+ },
"license": "MIT",
"dependencies": {
"benny": "^3.7.1",