1
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Bauke 089ea3d5ab
Update dependencies. 2023-07-04 11:20:20 +02:00
Bauke 0aa96a50f4
Add AMO and CWS badges. 2023-07-03 19:07:31 +02:00
5 changed files with 443 additions and 249 deletions

View File

@ -2,6 +2,9 @@
> **The principal enhancement suite for Tildes.**
[![Get Tildes ReExtended for Firefox](./images/mozilla-addons.png)](https://addons.mozilla.org/firefox/addon/tildes-reextended)
[![Get Tildes ReExtended for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/tildes-reextended/olmhgeajhikmikkdbbdgnmeobfbpefhj)
## Documentation
* If you'd like to know what the differences between Tildes Extended and Tildes ReExtended are, see [DIFFERENCES.md](DIFFERENCES.md).

BIN
images/chrome-web-store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
images/mozilla-addons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -12,17 +12,17 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@bauke/eslint-config": "^0.1.2",
"@bauke/prettier-config": "^0.1.2",
"@bauke/stylelint-config": "^0.1.2",
"@bauke/eslint-config": "^0.1.3",
"@bauke/prettier-config": "^0.1.3",
"@bauke/stylelint-config": "^0.1.3",
"@holllo/test": "^0.2.1",
"@types/debounce": "^1.2.1",
"@types/node": "^20.3.1",
"@types/node": "^20.3.3",
"@types/platform": "^1.3.4",
"@types/webextension-polyfill": "^0.10.0",
"@types/webextension-polyfill": "^0.10.1",
"concurrently": "^8.2.0",
"cssnano": "^6.0.1",
"esbuild": "^0.18.6",
"esbuild": "^0.18.11",
"esbuild-copy-static-files": "^0.1.0",
"esbuild-sass-plugin": "^2.10.0",
"postcss": "^8.4.24",
@ -30,7 +30,7 @@
"stylelint": "^15.9.0",
"trash-cli": "^5.0.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"web-ext": "^7.6.2",
"xo": "^0.54.2"
},

File diff suppressed because it is too large Load Diff