Skip to content

Commit 0fe34aa

Browse files
committed
v2.2.4
1 parent 176327c commit 0fe34aa

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0http",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Cero friction HTTP request router. The need for speed!",
55
"main": "index.js",
66
"scripts": {
@@ -29,13 +29,19 @@
2929
"homepage": "https://github.com/jkyberneees/0http#readme",
3030
"devDependencies": {
3131
"chai": "^4.2.0",
32-
"find-my-way": "^2.2.1",
33-
"mocha": "^6.2.2",
34-
"nyc": "^15.0.0",
35-
"standard": "^14.3.1",
32+
"find-my-way": "^2.2.2",
33+
"mocha": "^6.2.3",
34+
"nyc": "^15.0.1",
35+
"standard": "^14.3.3",
3636
"supertest": "^4.0.2",
3737
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.4.0"
3838
},
39+
"files": [
40+
"LICENSE",
41+
"README.md",
42+
"index.js",
43+
"lib/"
44+
],
3945
"dependencies": {
4046
"lru-cache": "^5.1.1",
4147
"trouter": "^3.1.0"

0 commit comments

Comments
 (0)