From 515db811c5ebfd13bc63f63afb56085506b30328 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 3 Sep 2024 00:53:13 -0300 Subject: [PATCH] Add etc/ --- eslint.config.mjs => etc/eslint.config.mjs | 0 jest.config.js => etc/jest.config.js | 0 tsconfig.json => etc/tsconfig.json | 0 webpack.common.js => etc/webpack.common.js | 0 webpack.development.js => etc/webpack.development.js | 0 webpack.production.js => etc/webpack.production.js | 0 package.json | 8 ++++---- share/wimi/CHANGELOG | 6 ++++-- 8 files changed, 8 insertions(+), 6 deletions(-) rename eslint.config.mjs => etc/eslint.config.mjs (100%) rename jest.config.js => etc/jest.config.js (100%) rename tsconfig.json => etc/tsconfig.json (100%) rename webpack.common.js => etc/webpack.common.js (100%) rename webpack.development.js => etc/webpack.development.js (100%) rename webpack.production.js => etc/webpack.production.js (100%) diff --git a/eslint.config.mjs b/etc/eslint.config.mjs similarity index 100% rename from eslint.config.mjs rename to etc/eslint.config.mjs diff --git a/jest.config.js b/etc/jest.config.js similarity index 100% rename from jest.config.js rename to etc/jest.config.js diff --git a/tsconfig.json b/etc/tsconfig.json similarity index 100% rename from tsconfig.json rename to etc/tsconfig.json diff --git a/webpack.common.js b/etc/webpack.common.js similarity index 100% rename from webpack.common.js rename to etc/webpack.common.js diff --git a/webpack.development.js b/etc/webpack.development.js similarity index 100% rename from webpack.development.js rename to etc/webpack.development.js diff --git a/webpack.production.js b/etc/webpack.production.js similarity index 100% rename from webpack.production.js rename to etc/webpack.production.js diff --git a/package.json b/package.json index d58e9ef..1cd548b 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "webpack-merge": "^6.0" }, "scripts": { - "build:production": "npx webpack --config webpack.production.js", - "build:development": "npx webpack --config webpack.development.js", - "test": "npx jest test", - "eslint": "npx eslint src/" + "build:production": "npx webpack --config etc/webpack.production.js", + "build:development": "npx webpack --config etc/webpack.development.js", + "test": "npx jest --config etc/jest.config.js test", + "eslint": "npx eslint --config etc/eslint.config.mjs src/" }, "dependencies": { "preact": "^10.23.2" diff --git a/share/wimi/CHANGELOG b/share/wimi/CHANGELOG index dd62bd6..6455e30 100644 --- a/share/wimi/CHANGELOG +++ b/share/wimi/CHANGELOG @@ -2,6 +2,9 @@ ** vNEXT +**** Add ~etc/~ +Move (most) configuration files to the ~etc/~ directory + **** License: MIT The license has been changed from 0BSD to MIT. The motivating factor is the AMO store not appearing @@ -18,8 +21,7 @@ The icon shown on the loader screen now slowly rotates to help indicate the loading state **** Replace ISP details with location details -We now show the location details associated with an IP - -usually a city and country +Show the city and country associated with an IP **** Add ~src/fonts/kanit-regular.ttf~ Add a custom font