← back to Petitionyour
fix: invalid ZIP prefixes 000-004 no longer resolve to NY (screenrecord finding); gitignore test artifacts
4c541ecc26453b902a40159875a37982c88c3120 · 2026-09-09 13:09:09 -0700 · Steve Abrams
Files touched
M .gitignoreM data/zip3-state-ranges.json
Diff
commit 4c541ecc26453b902a40159875a37982c88c3120
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Sep 9 13:09:09 2026 -0700
fix: invalid ZIP prefixes 000-004 no longer resolve to NY (screenrecord finding); gitignore test artifacts
---
.gitignore | 1 +
data/zip3-state-ranges.json | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1924158..77e6bca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ tmp/
dist/
build/
.next/
+screenrecord/
diff --git a/data/zip3-state-ranges.json b/data/zip3-state-ranges.json
index 4ea62ec..c578599 100644
--- a/data/zip3-state-ranges.json
+++ b/data/zip3-state-ranges.json
@@ -1,5 +1,4 @@
[
- { "start": 0, "end": 4, "state": "NY", "name": "New York" },
{ "start": 5, "end": 5, "state": "NY", "name": "New York" },
{ "start": 6, "end": 9, "state": "PR", "name": "Puerto Rico / Virgin Islands" },
{ "start": 10, "end": 27, "state": "MA", "name": "Massachusetts" },
← 78892be Add real ZIP-to-congressmen contact flow (senators exact, Ho
·
back to Petitionyour
·
(newest)