Skip to content

Commit 1d3d87e

Browse files
committed
feat: add vurl.com
1 parent 6af7121 commit 1d3d87e

6 files changed

Lines changed: 614 additions & 842 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Url shortner supports the following providers.
6767
| v.gd | ✔️ |
6868
| rb.gy | ✔️ |
6969
| 4h.net | ✔️ |
70+
| vurl.com | ✔️ |
7071

7172
## Contributing
7273

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"devDependencies": {
4949
"@antfu/eslint-config": "^0.26.1",
5050
"@antfu/ni": "^0.17.2",
51-
"@types/node": "^18.7.1",
51+
"@types/node": "^18.7.13",
5252
"bumpp": "^8.2.1",
53-
"eslint": "^8.21.0",
53+
"eslint": "^8.22.0",
5454
"esno": "^0.16.3",
5555
"rimraf": "^3.0.2",
56-
"typescript": "^4.7.4",
57-
"unbuild": "^0.8.8",
58-
"vite": "^3.0.5",
59-
"vitest": "^0.21.1"
56+
"typescript": "^4.8.2",
57+
"unbuild": "^0.8.9",
58+
"vite": "^3.0.9",
59+
"vitest": "^0.22.1"
6060
},
6161
"dependencies": {
6262
"axios": "^0.27.2"

0 commit comments

Comments
 (0)