diff --git a/package.json b/package.json index 4934825..de95f7f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git" + "url": "git+https://github.com/cha0s/flecks.git" }, "scripts": { "build": "lerna run build", diff --git a/packages/core/package.json b/packages/core/package.json index 4924980..9aeda18 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@flecks/core", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/core" }, "publishConfig": { diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 3d395d9..5499d5c 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -2,7 +2,7 @@ "name": "@flecks/create-app", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/create-app" }, "publishConfig": { diff --git a/packages/create-fleck/package.json b/packages/create-fleck/package.json index 08de7f7..ff3e9be 100644 --- a/packages/create-fleck/package.json +++ b/packages/create-fleck/package.json @@ -2,7 +2,7 @@ "name": "@flecks/create-fleck", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/create-fleck" }, "publishConfig": { diff --git a/packages/db/package.json b/packages/db/package.json index 5089768..c2322a7 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -2,7 +2,7 @@ "name": "@flecks/db", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/db" }, "publishConfig": { diff --git a/packages/docker/package.json b/packages/docker/package.json index 2097277..2229576 100644 --- a/packages/docker/package.json +++ b/packages/docker/package.json @@ -2,7 +2,7 @@ "name": "@flecks/docker", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/docker" }, "publishConfig": { diff --git a/packages/dox/package.json b/packages/dox/package.json index a056e19..fb43b2f 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -2,7 +2,7 @@ "name": "@flecks/dox", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/dox" }, "publishConfig": { diff --git a/packages/electron/package.json b/packages/electron/package.json index 4901721..4f31c2a 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -2,7 +2,7 @@ "name": "@flecks/electron", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/electron" }, "publishConfig": { diff --git a/packages/fleck/package.json b/packages/fleck/package.json index fe6c5c0..1f868d3 100644 --- a/packages/fleck/package.json +++ b/packages/fleck/package.json @@ -2,7 +2,7 @@ "name": "@flecks/fleck", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/fleck" }, "publishConfig": { diff --git a/packages/governor/package.json b/packages/governor/package.json index 340cc14..c4a8418 100644 --- a/packages/governor/package.json +++ b/packages/governor/package.json @@ -2,7 +2,7 @@ "name": "@flecks/governor", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/governor" }, "publishConfig": { diff --git a/packages/passport-local-react/package.json b/packages/passport-local-react/package.json index 3552eb8..bcf803c 100644 --- a/packages/passport-local-react/package.json +++ b/packages/passport-local-react/package.json @@ -2,7 +2,7 @@ "name": "@flecks/passport-local-react", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/passport-local-react" }, "publishConfig": { diff --git a/packages/passport-local/package.json b/packages/passport-local/package.json index 4a02a15..7690d10 100644 --- a/packages/passport-local/package.json +++ b/packages/passport-local/package.json @@ -2,7 +2,7 @@ "name": "@flecks/passport-local", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/passport-local" }, "publishConfig": { diff --git a/packages/passport-react/package.json b/packages/passport-react/package.json index 50e28e0..d288c85 100644 --- a/packages/passport-react/package.json +++ b/packages/passport-react/package.json @@ -2,7 +2,7 @@ "name": "@flecks/passport-react", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/passport-react" }, "publishConfig": { diff --git a/packages/passport/package.json b/packages/passport/package.json index 0a34752..9893d88 100644 --- a/packages/passport/package.json +++ b/packages/passport/package.json @@ -2,7 +2,7 @@ "name": "@flecks/passport", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/passport" }, "publishConfig": { diff --git a/packages/react/package.json b/packages/react/package.json index 9261bc6..b0c54bd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@flecks/react", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/react" }, "publishConfig": { diff --git a/packages/redis/package.json b/packages/redis/package.json index 56e5d72..be744c2 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -2,7 +2,7 @@ "name": "@flecks/redis", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/redis" }, "publishConfig": { diff --git a/packages/redux/package.json b/packages/redux/package.json index 9329d01..b5db26f 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -2,7 +2,7 @@ "name": "@flecks/redux", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/redux" }, "publishConfig": { diff --git a/packages/repl/package.json b/packages/repl/package.json index 34da2b4..b41133e 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -2,7 +2,7 @@ "name": "@flecks/repl", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/repl" }, "publishConfig": { diff --git a/packages/server/package.json b/packages/server/package.json index a052824..1a72343 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -2,7 +2,7 @@ "name": "@flecks/server", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/server" }, "publishConfig": { diff --git a/packages/session/package.json b/packages/session/package.json index d9a0b30..d1dc7a2 100644 --- a/packages/session/package.json +++ b/packages/session/package.json @@ -2,7 +2,7 @@ "name": "@flecks/session", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/session" }, "publishConfig": { diff --git a/packages/socket/package.json b/packages/socket/package.json index ed94820..3b5e110 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -2,7 +2,7 @@ "name": "@flecks/socket", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/socket" }, "publishConfig": { diff --git a/packages/web/package.json b/packages/web/package.json index b7c0c6d..de64eb5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -2,7 +2,7 @@ "name": "@flecks/web", "repository": { "type": "git", - "url": "https://github.com/cha0s/flecks.git", + "url": "git+https://github.com/cha0s/flecks.git", "directory": "packages/web" }, "publishConfig": {