diff --git a/packages/cli/package.json b/packages/cli/package.json index 06084d0edb..43d6b2eef5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "main": "dist/index", "types": "dist/src/index.d.ts", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 690e9c682e..c0949695bb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 2f95b7dea6..f717dc27ef 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "scripts": { "serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve", "build": "vue-cli-service build", diff --git a/packages/node-dev/package.json b/packages/node-dev/package.json index b1e96584a8..9743f002c0 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index f5f74fe904..e19ddf9aea 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 2743be6cd8..bd091adb1f 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -7,6 +7,10 @@ "name": "Jan Oberhauser", "email": "jan@n8n.io" }, + "repository": { + "type": "git", + "url": "git+https://github.com/n8n-io/n8n.git" + }, "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": {