v0.5.0
This commit is contained in:
parent
8a8cecd4bb
commit
c0c41a0ee1
6 changed files with 9 additions and 8 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
build/
|
/build/
|
||||||
node_modules/
|
/node_modules/
|
||||||
|
/web-ext-artifacts/
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.4.2",
|
"version": "0.5.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.4.2",
|
"version": "0.5.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.23.2"
|
"preact": "^10.23.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.4.2",
|
"version": "0.5.0",
|
||||||
"webExt": {
|
"webExt": {
|
||||||
"sourceDir": "build/production"
|
"sourceDir": "build/production"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: org -*-
|
# -*- mode: org -*-
|
||||||
|
|
||||||
** vNEXT
|
** v0.5.0
|
||||||
|
|
||||||
**** Replace React with preact
|
**** Replace React with preact
|
||||||
This change replaces React with a lightweight alternative
|
This change replaces React with a lightweight alternative
|
||||||
|
|
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi
Normal file
BIN
share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi
Normal file
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "myip.wtf",
|
"name": "myip.wtf",
|
||||||
"version": "0.4.2",
|
"version": "0.5.0",
|
||||||
"description": "Relays information about your public IP address from myip.wtf to your browser.",
|
"description": "Relays information about your public IP address from clean.myip.wtf to your browser",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "/html/browseraction.html"
|
"default_popup": "/html/browseraction.html"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue