Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 8ff8fa3

Browse files
author
Ryan Garant
committed
fix(contributors): add all contributors to readme
1 parent fb39d99 commit 8ff8fa3

37 files changed

+1121
-108
lines changed

.all-contributorsrc

+764
Large diffs are not rendered by default.

CONTRIBUTORS

-48
This file was deleted.

README.md

+138-28
Large diffs are not rendered by default.

__tests__/gists.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/git.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/issue.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/milestone.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/notification.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/pull-request.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/repo.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/testUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/user.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

__tests__/version.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

package-lock.json

+186
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"@semantic-release/npm": "5.1.3",
118118
"@types/jest": "23.3.11",
119119
"@types/node": "10.12.18",
120+
"all-contributors-cli": "^6.9.1",
120121
"commitizen": "^4.0.3",
121122
"cross-env": "5.2.0",
122123
"cz-conventional-changelog": "2.1.0",

src/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

src/cmd-anonymizer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

src/cmd.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

src/cmds/gists.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
3-
* (see file: CONTRIBUTORS)
3+
* (see file: README.md)
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
66

0 commit comments

Comments
 (0)