We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176327c commit 0fe34aaCopy full SHA for 0fe34aa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "0http",
3
- "version": "2.2.3",
+ "version": "2.2.4",
4
"description": "Cero friction HTTP request router. The need for speed!",
5
"main": "index.js",
6
"scripts": {
@@ -29,13 +29,19 @@
29
"homepage": "https://github.com/jkyberneees/0http#readme",
30
"devDependencies": {
31
"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",
+ "find-my-way": "^2.2.2",
+ "mocha": "^6.2.3",
+ "nyc": "^15.0.1",
+ "standard": "^14.3.3",
36
"supertest": "^4.0.2",
37
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.4.0"
38
},
39
+ "files": [
40
+ "LICENSE",
41
+ "README.md",
42
+ "index.js",
43
+ "lib/"
44
+ ],
45
"dependencies": {
46
"lru-cache": "^5.1.1",
47
"trouter": "^3.1.0"
0 commit comments