From b7f92509e25d209ac148c3894d091b9222e54f7b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 14 Jun 2021 11:53:46 -0400 Subject: [PATCH] Auto-generated commit --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- Makefile | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index abd0ae4e..35b70c93 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ # Code of Conduct -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. \ No newline at end of file +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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b60dead..5f594438 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contribution Guidelines -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. \ No newline at end of file +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. diff --git a/Makefile b/Makefile index 670de892..1c7d53e2 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ NODE_PATH ?= # Define the `NODE_ENV` environment variable: NODE_ENV ?= + # INTERNAL VARIABLES # # Instruct make to warn us when we use an undefined variable (e.g., misspellings).