Skip to content

Commit 2e3e64b

Browse files
committed
Update author and contributors fields
1 parent bab4af7 commit 2e3e64b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tools/snippets/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
"name": "TODO",
33
"version": "0.0.0",
44
"description": "TODO",
5-
"author": {},
6-
"contributors": [],
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
9+
"contributors": [
10+
{
11+
"name": "The Stdlib Authors",
12+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
13+
}
14+
],
715
"scripts": {},
816
"main": "./lib",
917
"repository": {

0 commit comments

Comments
 (0)