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"
|
||||
},
|
||||
"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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue