We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0141353 commit 3aded41Copy full SHA for 3aded41
1 file changed
js-client/packages/pipe/project.json
@@ -11,7 +11,13 @@
11
"outputPath": "dist/pipe",
12
"main": "packages/pipe/src/index.ts",
13
"tsConfig": "packages/pipe/tsconfig.lib.json",
14
- "assets": [],
+ "assets": [
15
+ {
16
+ "glob": "packages/pipe/README.md",
17
+ "input": ".",
18
+ "output": "."
19
+ }
20
+ ],
21
"project": "packages/pipe/package.json",
22
"compiler": "swc",
23
"format": ["cjs", "esm"]
0 commit comments