From 67c0d522061f71513a1e935bc2a58f846c19639e Mon Sep 17 00:00:00 2001 From: recursivefunk Date: Tue, 10 Feb 2026 15:11:32 -0500 Subject: [PATCH 1/2] Remove old unused config --- .editorconfig | 18 ------------------ .hound.yml | 3 --- 2 files changed, 21 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .hound.yml diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index f551b82..0000000 --- a/.editorconfig +++ /dev/null @@ -1,18 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{py,rst,ini,html,css,scss}] -indent_style = space -indent_size = 4 - -[*.{js,json,yml}] -indent_style = space -indent_size = 2 - -[*.md] -trim_trailing_whitespace = false diff --git a/.hound.yml b/.hound.yml deleted file mode 100644 index 3be1f25..0000000 --- a/.hound.yml +++ /dev/null @@ -1,3 +0,0 @@ -eslint: - enabled: true - config_file: .eslintrc From 3228409c5c2d7efed9b84e4ccbf99c5085ed97d3 Mon Sep 17 00:00:00 2001 From: recursivefunk Date: Tue, 10 Feb 2026 15:12:59 -0500 Subject: [PATCH 2/2] Bump patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dbd00a..eda0125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "good-env", - "version": "7.6.1", + "version": "7.6.2", "description": "Better environment variable handling for Twelve-Factor node apps", "main": "src/index.js", "scripts": {