Skip to content

Commit 7f62203

Browse files
committed
chore: tweak package.json publish conf
1 parent 5e7fcfb commit 7f62203

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

packages/amqp-transport/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"author": "Edouard Maleix <[email protected]>",
1313
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/amqp-transport",
1414
"publishConfig": {
15-
"registry": "https://registry.npmjs.org/"
16-
},
17-
"publicConfig": {
1815
"access": "public"
1916
},
2017
"type": "commonjs",

packages/async-local-storage/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"author": "Edouard Maleix <[email protected]>",
1313
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/async-local-storage",
1414
"publishConfig": {
15-
"registry": "https://registry.npmjs.org/"
16-
},
17-
"publicConfig": {
1815
"access": "public"
1916
},
2017
"dependencies": {

packages/cluster/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"author": "Edouard Maleix <[email protected]>",
1414
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/cluster",
1515
"publishConfig": {
16-
"registry": "https://registry.npmjs.org/"
17-
},
18-
"publicConfig": {
1916
"access": "public"
2017
},
2118
"dependencies": {

packages/file-storage/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"author": "Edouard Maleix <[email protected]>",
1515
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/file-storage",
1616
"publishConfig": {
17-
"registry": "https://registry.npmjs.org/"
18-
},
19-
"publicConfig": {
2017
"access": "public"
2118
},
2219
"dependencies": {

packages/lock/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"author": "Edouard Maleix <[email protected]>",
1515
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/lock",
1616
"publishConfig": {
17-
"registry": "https://registry.npmjs.org/"
18-
},
19-
"publicConfig": {
2017
"access": "public"
2118
},
2219
"dependencies": {

packages/typed-event-emitter/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"author": "Edouard Maleix <[email protected]>",
1212
"homepage": "https://github.com/getlarge/nestjs-tools/tree/main/packages/typed-event-emitter",
1313
"publishConfig": {
14-
"registry": "https://registry.npmjs.org/"
15-
},
16-
"publicConfig": {
1714
"access": "public"
1815
},
1916
"dependencies": {

0 commit comments

Comments
 (0)