Skip to content

Commit f3f7624

Browse files
committed
Auto-generated commit
1 parent db228b2 commit f3f7624

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code of Conduct
22

3-
stdlib expects community participants to adhere to the project Code of Conduct. The [full text](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md) is available in the main project repository.
3+
stdlib expects community participants to adhere to the project Code of Conduct. The [full text](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md) is available in the main project repository.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contribution Guidelines
22

3-
Woot woot! If you are new to stdlib, welcome! And thanks for your interest! Guidelines for how to contribute to the project are [available](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) in the main project repository.
3+
Woot woot! If you are new to stdlib, welcome! And thanks for your interest! Guidelines for how to contribute to the project are [available](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) in the main project repository.

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ NODE_PATH ?=
4141
# Define the `NODE_ENV` environment variable:
4242
NODE_ENV ?=
4343

44+
4445
# INTERNAL VARIABLES #
4546

4647
# Instruct make to warn us when we use an undefined variable (e.g., misspellings).

0 commit comments

Comments
 (0)