Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Jan 4, 2025
1 parent f2e293f commit fda5ccd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.yaml
*.yml
*.js
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0http",
"version": "3.5.3",
"version": "4.0.0",
"description": "Cero friction HTTP request router. The need for speed!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,15 +28,14 @@
"homepage": "https://github.com/BackendStack21/0http#readme",
"devDependencies": {
"0http": "^3.5.2",
"@types/node": "^18.14.4",
"@types/node": "^22.10.5",
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"find-my-way": "^5.2.0",
"mitata": "^0.1.11",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"supertest": "^6.3.3"
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"supertest": "^7.0.0"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit fda5ccd

Please sign in to comment.