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