Add etc/
This commit is contained in:
parent
81dad6117e
commit
515db811c5
8 changed files with 8 additions and 6 deletions
|
@ -28,10 +28,10 @@
|
||||||
"webpack-merge": "^6.0"
|
"webpack-merge": "^6.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:production": "npx webpack --config webpack.production.js",
|
"build:production": "npx webpack --config etc/webpack.production.js",
|
||||||
"build:development": "npx webpack --config webpack.development.js",
|
"build:development": "npx webpack --config etc/webpack.development.js",
|
||||||
"test": "npx jest test",
|
"test": "npx jest --config etc/jest.config.js test",
|
||||||
"eslint": "npx eslint src/"
|
"eslint": "npx eslint --config etc/eslint.config.mjs src/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.23.2"
|
"preact": "^10.23.2"
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
** vNEXT
|
** vNEXT
|
||||||
|
|
||||||
|
**** Add ~etc/~
|
||||||
|
Move (most) configuration files to the ~etc/~ directory
|
||||||
|
|
||||||
**** License: MIT
|
**** License: MIT
|
||||||
The license has been changed from 0BSD to MIT.
|
The license has been changed from 0BSD to MIT.
|
||||||
The motivating factor is the AMO store not appearing
|
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
|
to help indicate the loading state
|
||||||
|
|
||||||
**** Replace ISP details with location details
|
**** Replace ISP details with location details
|
||||||
We now show the location details associated with an IP -
|
Show the city and country associated with an IP
|
||||||
usually a city and country
|
|
||||||
|
|
||||||
**** Add ~src/fonts/kanit-regular.ttf~
|
**** Add ~src/fonts/kanit-regular.ttf~
|
||||||
Add a custom font
|
Add a custom font
|
||||||
|
|
Loading…
Reference in a new issue