This commit is contained in:
0x1eef 2024-09-01 01:24:09 -03:00
parent 8a8cecd4bb
commit c0c41a0ee1
6 changed files with 9 additions and 8 deletions

5
.gitignore vendored
View file

@ -1,2 +1,3 @@
build/
node_modules/
/build/
/node_modules/
/web-ext-artifacts/

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "myip.wtf",
"version": "0.4.2",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "myip.wtf",
"version": "0.4.2",
"version": "0.5.0",
"dependencies": {
"preact": "^10.23.2"
},

View file

@ -1,6 +1,6 @@
{
"name": "myip.wtf",
"version": "0.4.2",
"version": "0.5.0",
"webExt": {
"sourceDir": "build/production"
},

View file

@ -1,6 +1,6 @@
# -*- mode: org -*-
** vNEXT
** v0.5.0
**** Replace React with preact
This change replaces React with a lightweight alternative

Binary file not shown.

View file

@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "myip.wtf",
"version": "0.4.2",
"description": "Relays information about your public IP address from myip.wtf to your browser.",
"version": "0.5.0",
"description": "Relays information about your public IP address from clean.myip.wtf to your browser",
"action": {
"default_popup": "/html/browseraction.html"
},