Skip to content

Commit e1c112a

Browse files
committed
chore: add missing README files to packages
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent feafb56 commit e1c112a

File tree

12 files changed

+32
-4
lines changed

12 files changed

+32
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.

packages/rsocket-core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.

packages/rsocket-tcp-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "dist/index",
77
"files": [
88
"dist",
9-
"LICENSE"
9+
"LICENSE",
10+
"README.md"
1011
],
1112
"publishConfig": {
1213
"access": "public"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.

packages/rsocket-tcp-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "dist/index",
77
"files": [
88
"dist",
9-
"LICENSE"
9+
"LICENSE",
10+
"README.md"
1011
],
1112
"publishConfig": {
1213
"access": "public"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This package is published from the rsocket-js monorepo.
2+
3+
Please refer to rsocket-js on [GitHub](https://github.com/rsocket/rsocket-js) or [rsocket.io](https://rsocket.io) for more information.

packages/rsocket-websocket-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "dist/index",
77
"files": [
88
"dist",
9-
"LICENSE"
9+
"LICENSE",
10+
"README.md"
1011
],
1112
"publishConfig": {
1213
"access": "public"

0 commit comments

Comments
 (0)