diff --git a/package.json b/package.json index b1b287efc..ee94cb68c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ ], "homepage": "https://github.com/websockets/ws", "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", + "repository": { + "type": "git", + "url": "git+https://github.com/websockets/ws.git" + }, "author": "Einar Otto Stangvik (http://2x.io)", "license": "MIT", "main": "index.js",