fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2622 from hey-api/chore/package-readme

chore: add readme to files for published packages

authored by

Lubos and committed by
GitHub
a82ba4d2 91b916c9

+7 -4
+2 -1
packages/codegen-core/package.json
··· 43 43 }, 44 44 "files": [ 45 45 "dist", 46 - "LICENSE.md" 46 + "LICENSE.md", 47 + "README.md" 47 48 ], 48 49 "scripts": { 49 50 "build": "tsup && pnpm check-exports",
+1 -1
packages/nuxt/package.json
··· 44 44 "files": [ 45 45 "dist", 46 46 "LICENSE.md", 47 - "src" 47 + "README.md" 48 48 ], 49 49 "scripts": { 50 50 "build": "nuxt-module-build build",
+2 -1
packages/openapi-ts/package.json
··· 70 70 "files": [ 71 71 "bin", 72 72 "dist", 73 - "LICENSE.md" 73 + "LICENSE.md", 74 + "README.md" 74 75 ], 75 76 "scripts": { 76 77 "build": "tsup && pnpm check-exports",
+2 -1
packages/vite-plugin/package.json
··· 44 44 }, 45 45 "files": [ 46 46 "dist", 47 - "LICENSE.md" 47 + "LICENSE.md", 48 + "README.md" 48 49 ], 49 50 "scripts": { 50 51 "build": "tsup && pnpm check-exports",