Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 16, 2020
1 parent 176327c commit 0fe34aa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0http",
"version": "2.2.3",
"version": "2.2.4",
"description": "Cero friction HTTP request router. The need for speed!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,13 +29,19 @@
"homepage": "https://github.com/jkyberneees/0http#readme",
"devDependencies": {
"chai": "^4.2.0",
"find-my-way": "^2.2.1",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"standard": "^14.3.1",
"find-my-way": "^2.2.2",
"mocha": "^6.2.3",
"nyc": "^15.0.1",
"standard": "^14.3.3",
"supertest": "^4.0.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.4.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib/"
],
"dependencies": {
"lru-cache": "^5.1.1",
"trouter": "^3.1.0"
Expand Down

0 comments on commit 0fe34aa

Please sign in to comment.