Skip to content

Commit

Permalink
v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Feb 8, 2023
1 parent 86821e7 commit a413b65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0http",
"version": "v3.4.2",
"version": "v3.4.3",
"description": "Cero friction HTTP request router. The need for speed!",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/0http.git"
"url": "git+https://github.com/BackendStack21/0http.git"
},
"keywords": [
"http",
Expand All @@ -24,15 +24,15 @@
"author": "Rolando Santamaria Maso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/0http/issues"
"url": "https://github.com/BackendStack21/0http/issues"
},
"homepage": "https://github.com/jkyberneees/0http#readme",
"homepage": "https://github.com/BackendStack21/0http#readme",
"devDependencies": {
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"find-my-way": "^5.2.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"supertest": "^6.3.3"
},
Expand Down

0 comments on commit a413b65

Please sign in to comment.