From cc216128e692720c1b2c9dbeea53ea452bc7f803 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 20:51:55 +1000 Subject: [PATCH 1/2] Add package.json for MIP compatibility --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e655997 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "urls": [ + ["dnsserver.py", "github:amora-labs/Micropython-DNSServer-Captive-Portal/main.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file From f9ab3684496159e8f86dc677c0c4344c5726cb9b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 23 May 2025 12:14:55 +1000 Subject: [PATCH 2/2] Fix repository owner in package.json Update package.json to use correct repository owner (p-doyle instead of amora-labs) for MIP compatibility. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e655997..7bf11a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "urls": [ - ["dnsserver.py", "github:amora-labs/Micropython-DNSServer-Captive-Portal/main.py"] + ["dnsserver.py", "github:p-doyle/Micropython-DNSServer-Captive-Portal/main.py"] ], "version": "1.0.0", "deps": []