We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf399d3 commit b6b104cCopy full SHA for b6b104c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "barehttp",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Lightweight and fast Node.js web server",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -40,7 +40,7 @@
40
"author": "Konstantin Knyazev <konstantinknyazev@outlook.com>",
41
"repository": {
42
"type": "git",
43
- "url": "https://github.com/sckv/barehttp.git"
+ "url": "git+https://github.com/sckv/barehttp.git"
44
},
45
"license": "MIT",
46
"dependencies": {
0 commit comments