diff --git a/package.json b/package.json index bd29d5bc00..f406982678 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,6 @@ "*.{ts,js}": [ "eslint --fix" ] - } + }, + "version": "" } diff --git a/packages/core/package.json b/packages/core/package.json index ff2fb1899d..d0af073272 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/core#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/discovery/package.json b/packages/discovery/package.json index 6082f191c2..d3fd24fe77 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/discovery#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/enr/package.json b/packages/enr/package.json index 80144ddc32..e73b05f5e3 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/enr#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index 9387df9f1b..4c8fabbb53 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/interfaces#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index b9a4901875..f21d8ec29d 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -36,7 +36,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/proto/package.json b/packages/proto/package.json index eb46635413..5eeb717b83 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -15,7 +15,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/proto#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/react/package.json b/packages/react/package.json index ca0da6f168..3491a6ce85 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/react#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/relay/package.json b/packages/relay/package.json index a3f9bec26a..70f05a3077 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/relay#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/reliability-tests/package.json b/packages/reliability-tests/package.json index 97dfac7ba1..42de782ff8 100644 --- a/packages/reliability-tests/package.json +++ b/packages/reliability-tests/package.json @@ -16,7 +16,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/reliability-tests#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/rln/package.json b/packages/rln/package.json index 4ea0199115..e8affc320d 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/rln#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a72b4025d7..dd313a6d8d 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/sdk#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/sds/package.json b/packages/sds/package.json index 0e59d4fa41..08cac5c0a8 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/scalable-data-sync#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/tests/package.json b/packages/tests/package.json index b059f4a909..9bfdb28f52 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -16,7 +16,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/tests#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues" diff --git a/packages/utils/package.json b/packages/utils/package.json index be791ef342..5450aeb6d0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/utils#readme", "repository": { "type": "git", - "url": "https://github.com/waku-org/js-waku.git" + "url": "git+https://github.com/waku-org/js-waku.git" }, "bugs": { "url": "https://github.com/waku-org/js-waku/issues"