Skip to content

Commit c537da1

Browse files
committed
Set author field
1 parent 9b78917 commit c537da1

File tree

60 files changed

+236
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+236
-62
lines changed

tools/benchmarks/browser-build/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/benchmarks/browser-build",
33
"version": "0.0.0",
44
"description": "Build assets for running benchmarks in a web browser.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"benchmark-browser-build": "./bin/cli"

tools/benchmarks/bundle/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/benchmarks/bundle",
33
"version": "0.0.0",
44
"description": "Bundle benchmark files into a single file using browserify.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"benchmarks-bundle": "./bin/cli"

tools/benchmarks/html/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/benchmarks/html",
33
"version": "0.0.0",
44
"description": "Generate an HTML file for running benchmarks.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"benchmarks-html": "./bin/cli"

tools/bib/citation-reference/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/bib/citation-reference",
33
"version": "0.0.0",
44
"description": "Return a reference corresponding to a citation identifier.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"citation-reference": "./bin/cli"

tools/browserify/bundle/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/browserify/bundle",
33
"version": "0.0.0",
44
"description": "Bundle one or more files into a single file using browserify.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"browserify-bundle": "./bin/cli"

tools/gh-pages/build-packages/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/gh-pages/build-packages",
33
"version": "0.0.0",
44
"description": "Build package assets.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"scripts": {},
811
"main": "./lib",

tools/gh-pages/pkg-browser-build/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/gh-pages/pkg-browser-build",
33
"version": "0.0.0",
44
"description": "Build package assets.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"bin": {
811
"pkg-browser-build": "./bin/cli"

tools/gh-pages/stdlib-docs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/gh-pages/stdlib-docs",
33
"version": "0.0.0",
44
"description": "Build documentation.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"scripts": {},
811
"main": "./lib",

tools/gh-pages/stdlib-package-menu/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/gh-pages/stdlib-package-menu",
33
"version": "0.0.0",
44
"description": "Generate a package HTML menu fragment.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"scripts": {},
811
"main": "./lib",

tools/gh-pages/tree-to-menu-fragment/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@stdlib/tools/gh-pages/tree-to-menu-fragment",
33
"version": "0.0.0",
44
"description": "Generate an HTML menu fragment from a tree object.",
5-
"author": {},
5+
"author": {
6+
"name": "The Stdlib Authors",
7+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
8+
},
69
"contributors": [],
710
"scripts": {},
811
"main": "./lib",

0 commit comments

Comments
 (0)