Skip to content

Commit

Permalink
add repository url to npm. closes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 31, 2023
1 parent e1a779b commit b5fb933
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwebsockets-express",
"version": "1.3.3",
"version": "1.3.4",
"description": "Express API compatibility layer for uWebSockets.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,6 +13,10 @@
"README.md"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/colyseus/uWebSockets-express.git"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/methods": "^1.1.1",
Expand Down

0 comments on commit b5fb933

Please sign in to comment.