diff --git a/package.json b/package.json index 5a76196fa..da720c92c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "@layer5/sistent", "version": "0.14.1", "description": "Reusable React Components and SVG Icons library", - "repository": "git@github.com:layer5io/sistent.git", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/layer5io/sistent.git" + }, "main": "./dist/index.js", "module": "./dist/index..js", "types": "./dist/index.d.ts",