From 9e3ce3683ab2e8357bacb999c6861d4a13f24867 Mon Sep 17 00:00:00 2001 From: Lovebecile <78890450+NekoFoox@users.noreply.github.com> Date: Sun, 19 Mar 2023 23:23:37 -0400 Subject: [PATCH 1/2] Rename AddToJS.JS to AddToJS.js --- AddToJS.JS => AddToJS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename AddToJS.JS => AddToJS.js (99%) diff --git a/AddToJS.JS b/AddToJS.js similarity index 99% rename from AddToJS.JS rename to AddToJS.js index 30fba1a..6a37479 100644 --- a/AddToJS.JS +++ b/AddToJS.js @@ -18,4 +18,4 @@ document.head.appendChild(script); script.onload = function() { // Get the current date in the desired format $("#TheDate").text(formattedDate);; -}; \ No newline at end of file +}; From 86aa0c04d361ac52b5162ad8264718818504b0d3 Mon Sep 17 00:00:00 2001 From: Lovebecile <78890450+NekoFoox@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:08:05 -0400 Subject: [PATCH 2/2] Delete package.json Unneeded --- package.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index ed88c0f..0000000 --- a/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "date-form-ex", - "version": "1.1.3", - "description": "This is a basic LIB for formatting dates with various options. It is highly extensible, preformance-tested, well-documented, and easy-to-understand. ", - "main": "DfEx.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/NekoFoox/Extensible-Date-Format-Processmaker-LIB.git" - }, - "author": "Lovebecile", - "license": "ISC", - "bugs": { - "url": "https://github.com/NekoFoox/Extensible-Date-Format-Processmaker-LIB/issues" - }, - "homepage": "https://github.com/NekoFoox/Extensible-Date-Format-Processmaker-LIB#readme" -}