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

Commit

Permalink
fix(contributors): add all contributors to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Sep 21, 2019
1 parent fb39d99 commit 8ff8fa3
Show file tree
Hide file tree
Showing 37 changed files with 1,121 additions and 108 deletions.
764 changes: 764 additions & 0 deletions .all-contributorsrc

Large diffs are not rendered by default.

48 changes: 0 additions & 48 deletions CONTRIBUTORS

This file was deleted.

166 changes: 138 additions & 28 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __tests__/gists.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/git.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/issue.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/milestone.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/notification.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/pull-request.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/repo.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/testUtils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/user.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion __tests__/version.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
186 changes: 186 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"@semantic-release/npm": "5.1.3",
"@types/jest": "23.3.11",
"@types/node": "10.12.18",
"all-contributors-cli": "^6.9.1",
"commitizen": "^4.0.3",
"cross-env": "5.2.0",
"cz-conventional-changelog": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cmd-anonymizer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cmd.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion src/cmds/gists.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
* (see file: CONTRIBUTORS)
* (see file: README.md)
* SPDX-License-Identifier: BSD-3-Clause
*/

Expand Down

0 comments on commit 8ff8fa3

Please sign in to comment.