We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dc292 commit 9a54f78Copy full SHA for 9a54f78
2 files changed
packages/typescript-ory-keto/project.json
@@ -11,7 +11,7 @@
11
"outputPath": "dist/packages/typescript-ory-keto",
12
"main": "packages/typescript-ory-keto/src/index.ts",
13
"tsConfig": "packages/typescript-ory-keto/tsconfig.lib.json",
14
- "assets": ["packages/typescript-ory-keto/*.md"]
+ "assets": ["packages/typescript-ory-keto/*.md", "LICENSE.md"]
15
}
16
},
17
"publish": {
packages/typescript/project.json
"outputPath": "dist/packages/typescript",
"main": "packages/typescript/src/index.ts",
"tsConfig": "packages/typescript/tsconfig.lib.json",
- "assets": ["packages/typescript/*.md"]
+ "assets": ["packages/typescript/*.md", "LICENSE.md"]
0 commit comments