Skip to content

Commit a413b65

Browse files
committed
v3.4.3
1 parent 86821e7 commit a413b65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "v3.4.2",
3+
"version": "v3.4.3",
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/jkyberneees/0http.git"
13+
"url": "git+https://github.com/BackendStack21/0http.git"
1414
},
1515
"keywords": [
1616
"http",
@@ -24,15 +24,15 @@
2424
"author": "Rolando Santamaria Maso <[email protected]>",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/jkyberneees/0http/issues"
27+
"url": "https://github.com/BackendStack21/0http/issues"
2828
},
29-
"homepage": "https://github.com/jkyberneees/0http#readme",
29+
"homepage": "https://github.com/BackendStack21/0http#readme",
3030
"devDependencies": {
3131
"body-parser": "^1.20.1",
3232
"chai": "^4.3.7",
3333
"cross-env": "^7.0.3",
3434
"find-my-way": "^5.2.0",
35-
"mocha": "^10.1.0",
35+
"mocha": "^10.2.0",
3636
"nyc": "^15.1.0",
3737
"supertest": "^6.3.3"
3838
},

0 commit comments

Comments
 (0)