Skip to content

Commit 9a54f78

Browse files
committed
docs: adds LICENSE.md to npm-packages
1 parent f6dc292 commit 9a54f78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/typescript-ory-keto/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"outputPath": "dist/packages/typescript-ory-keto",
1212
"main": "packages/typescript-ory-keto/src/index.ts",
1313
"tsConfig": "packages/typescript-ory-keto/tsconfig.lib.json",
14-
"assets": ["packages/typescript-ory-keto/*.md"]
14+
"assets": ["packages/typescript-ory-keto/*.md", "LICENSE.md"]
1515
}
1616
},
1717
"publish": {

packages/typescript/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"outputPath": "dist/packages/typescript",
1212
"main": "packages/typescript/src/index.ts",
1313
"tsConfig": "packages/typescript/tsconfig.lib.json",
14-
"assets": ["packages/typescript/*.md"]
14+
"assets": ["packages/typescript/*.md", "LICENSE.md"]
1515
}
1616
},
1717
"publish": {

0 commit comments

Comments
 (0)