From a07c6491b79be4aa2e6b1cc80900f419843006e7 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 17 Jan 2025 13:07:04 +0100 Subject: [PATCH 1/4] A bunch of upgraded stuff. --- Windex Antivirus.html | 44 ------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 Windex Antivirus.html diff --git a/Windex Antivirus.html b/Windex Antivirus.html deleted file mode 100644 index bd6da07..0000000 --- a/Windex Antivirus.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Windex Antivirus - - - -

Windex Antivirus

-

Windex Antivirus is a free program that protects you from malware, viruses, and other threats. It's easy to use and it contains secured Clogs. Windex Antivirus is a BarnyWarp mod.

- -

Your connection is secured

- - - \ No newline at end of file From df58c10b1794de31a94dca31911a130ae3dc6c11 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 17 Jan 2025 13:12:01 +0100 Subject: [PATCH 2/4] A bunch of upgraded stuff. From cf3eec0f051c5d9ebbf4c69a0b1af24d4a27ff28 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 5 Feb 2025 20:00:28 +0000 Subject: [PATCH 3/4] A bunch of stuff. --- .github/dependabot.yml | 6 ++ Windex.html | 95 --------------------------- github/workflows/JSON Files/Main.json | 0 index.html | 38 +++++++++++ package.json | 0 5 files changed, 44 insertions(+), 95 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 Windex.html create mode 100644 github/workflows/JSON Files/Main.json create mode 100644 index.html create mode 100644 package.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aff82a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" diff --git a/Windex.html b/Windex.html deleted file mode 100644 index 654702c..0000000 --- a/Windex.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -BarnyWarp - -

BarnyWarp

-

You can use BarnyWarp 1.4 -or BarnyWarp 2.0.

- -

Welcome to the home page of BarnyWarp.

- - -

----------------------------------------------------------------------------------------------------------------------------------------------------------

- - - - -
- - - - -
- - diff --git a/github/workflows/JSON Files/Main.json b/github/workflows/JSON Files/Main.json new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..d5bb49b --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + +BarnyWarp + +

BarnyWarp

+

You can use BarnyWarp 1.4 +or BarnyWarp 2.0.

+ +

Welcome to the home page of BarnyWarp.

+ + +

----------------------------------------------------------------------------------------------------------------------------------------------------------

+ + + +
+ + + + +
+ + diff --git a/package.json b/package.json new file mode 100644 index 0000000..e69de29 From 7db2940cfde54bd9f9e82b4eb0bca10131fd0723 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 5 Feb 2025 20:01:28 +0000 Subject: [PATCH 4/4] A bunch of stuff. --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index e69de29..d843311 100644 --- a/package.json +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "barnywarp", + "version": "1.0.0", + "description": "BarnyWarp project", + "main": "index.js", + "author": "", + "license": "ISC", + "dependencies": { + "package-name": "arancia313-patch-clog-1" + } +}