Skip to content

Commit 5e8b9a3

Browse files
authored
chore: add directories to package.json-repository (#2582)
1 parent fdb1f35 commit 5e8b9a3

File tree

20 files changed

+40
-20
lines changed

20 files changed

+40
-20
lines changed

packages/adapter-commons/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git://github.com/feathersjs/feathers.git"
16+
"url": "git://github.com/feathersjs/feathers.git",
17+
"directory": "packages/adapter-commons"
1718
},
1819
"author": {
1920
"name": "Feathers contributor",

packages/adapter-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git://github.com/feathersjs/feathers.git"
16+
"url": "git://github.com/feathersjs/feathers.git",
17+
"directory": "packages/adapter-tests"
1718
},
1819
"author": {
1920
"name": "Feathers contributor",

packages/authentication-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/feathersjs/feathers.git"
19+
"url": "git://github.com/feathersjs/feathers.git",
20+
"directory": "packages/authentication-client"
2021
},
2122
"author": {
2223
"name": "Feathers contributors",

packages/authentication-local/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/feathersjs/feathers.git"
19+
"url": "git://github.com/feathersjs/feathers.git",
20+
"directory": "packages/authentication-local"
2021
},
2122
"author": {
2223
"name": "Feathers contributors",

packages/authentication-oauth/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/feathersjs/feathers.git"
19+
"url": "git://github.com/feathersjs/feathers.git",
20+
"directory": "packages/authentication-oauth"
2021
},
2122
"author": {
2223
"name": "Feathers contributors",

packages/authentication/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/feathersjs/feathers.git"
19+
"url": "git://github.com/feathersjs/feathers.git",
20+
"directory": "packages/authentication"
2021
},
2122
"author": {
2223
"name": "Feathers contributors",

packages/client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "5.0.0-pre.17",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/feathersjs/feathers.git"
7+
"url": "https://github.com/feathersjs/feathers.git",
8+
"directory": "packages/client"
89
},
910
"license": "MIT",
1011
"funding": {

packages/commons/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git://github.com/feathersjs/feathers.git"
16+
"url": "git://github.com/feathersjs/feathers.git",
17+
"directory": "packages/commons"
1718
},
1819
"author": {
1920
"name": "Feathers contributor",

packages/configuration/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/feathersjs/feathers.git"
19+
"url": "git://github.com/feathersjs/feathers.git",
20+
"directory": "packages/configuration"
2021
},
2122
"author": {
2223
"name": "Feathers contributors",

packages/errors/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/feathersjs/feathers.git"
15+
"url": "git://github.com/feathersjs/feathers.git",
16+
"directory": "packages/errors"
1617
},
1718
"author": {
1819
"name": "Feathers contributors",

0 commit comments

Comments
 (0)