From f3f5b3257030371dac9465cc5edd8cab6de64de0 Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:33:02 +0100 Subject: [PATCH] chore: add directories to package.json-repository --- packages/adapter-commons/package.json | 3 ++- packages/adapter-tests/package.json | 3 ++- packages/authentication-client/package.json | 3 ++- packages/authentication-local/package.json | 3 ++- packages/authentication-oauth/package.json | 3 ++- packages/authentication/package.json | 3 ++- packages/client/package.json | 3 ++- packages/commons/package.json | 3 ++- packages/configuration/package.json | 3 ++- packages/errors/package.json | 3 ++- packages/express/package.json | 3 ++- packages/feathers/package.json | 3 ++- packages/koa/package.json | 3 ++- packages/memory/package.json | 3 ++- packages/rest-client/package.json | 3 ++- packages/schema/package.json | 3 ++- packages/socketio-client/package.json | 3 ++- packages/socketio/package.json | 3 ++- packages/tests/package.json | 3 ++- packages/transport-commons/package.json | 3 ++- 20 files changed, 40 insertions(+), 20 deletions(-) diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 5b84d233ca..b03f3285b2 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -13,7 +13,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/adapter-commons" }, "author": { "name": "Feathers contributor", diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 5e3001a710..e25fa36654 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -13,7 +13,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/adapter-tests" }, "author": { "name": "Feathers contributor", diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 53237d1ebb..f636a5780b 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/authentication-client" }, "author": { "name": "Feathers contributors", diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 6720031291..b5c769af20 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/authentication-local" }, "author": { "name": "Feathers contributors", diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 79ca57c332..788b5a3d22 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/authentication-oauth" }, "author": { "name": "Feathers contributors", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 7cd44da9de..0e673dfc31 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/authentication" }, "author": { "name": "Feathers contributors", diff --git a/packages/client/package.json b/packages/client/package.json index f0ef9ad974..ef99e9ca50 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -4,7 +4,8 @@ "version": "5.0.0-pre.17", "repository": { "type": "git", - "url": "https://github.com/feathersjs/feathers.git" + "url": "https://github.com/feathersjs/feathers.git", + "directory": "packages/client" }, "license": "MIT", "funding": { diff --git a/packages/commons/package.json b/packages/commons/package.json index 18f504d3c1..6fa9bd8262 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -13,7 +13,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/commons" }, "author": { "name": "Feathers contributor", diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 9d76cb41b9..4f86ac5fe8 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/configuration" }, "author": { "name": "Feathers contributors", diff --git a/packages/errors/package.json b/packages/errors/package.json index f6b19516ff..212132cc03 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -12,7 +12,8 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/errors" }, "author": { "name": "Feathers contributors", diff --git a/packages/express/package.json b/packages/express/package.json index 91c7249d22..20834b7feb 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/express" }, "author": { "name": "Feathers contributors", diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 1c2396495a..0fc2a7ce97 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -5,7 +5,8 @@ "homepage": "http://feathersjs.com", "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/feathers" }, "keywords": [ "feathers", diff --git a/packages/koa/package.json b/packages/koa/package.json index 7569da1e32..d5b2a64b39 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -11,7 +11,8 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/koa" }, "author": { "name": "Feathers contributors", diff --git a/packages/memory/package.json b/packages/memory/package.json index 05608c5c47..b0019fd7f9 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -11,7 +11,8 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/memory" }, "author": { "name": "Feathers contributors", diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 3b0ea9ab27..84b076c25a 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/rest-client" }, "author": { "name": "Feathers contributors", diff --git a/packages/schema/package.json b/packages/schema/package.json index 17ff130de7..4918607ccb 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/schema" }, "author": { "name": "Feathers contributors", diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index fd4b546100..bfb18adbab 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/socketio-client" }, "author": { "name": "Feathers contributors", diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 1e2725980d..18e7a1d964 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/socketio" }, "author": { "name": "Feathers contributors", diff --git a/packages/tests/package.json b/packages/tests/package.json index b642cd343e..a998e15d32 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/tests" }, "author": { "name": "Feathers contributors", diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 7a2bc01ba4..2e538a2fd6 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git://github.com/feathersjs/feathers.git" + "url": "git://github.com/feathersjs/feathers.git", + "directory": "packages/transport-commons" }, "author": { "name": "Feathers contributors",