File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' electron-trpc ' : patch
3+ ---
4+
5+ Added README and metadata to published package.
Original file line number Diff line number Diff line change 22 "name" : " electron-trpc" ,
33 "description" : " Electron support for tRPC" ,
44 "version" : " 0.6.1" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/jsonnull/electron-trpc.git"
8+ },
9+ "homepage" : " https://electron-trpc.dev" ,
10+ "bugs" : {
11+ "url" : " https://github.com/jsonnull/electron-trpc/issues"
12+ },
13+ "keywords" : [
14+ " electron" ,
15+ " trpc" ,
16+ " ipc" ,
17+ " rpc" ,
18+ " typescript"
19+ ],
520 "exports" : {
621 "./main" : {
722 "require" : " ./dist/main.cjs" ,
2035 " dist" ,
2136 " src" ,
2237 " main.d.ts" ,
23- " renderer.d.ts"
38+ " renderer.d.ts" ,
39+ " README.md"
2440 ],
2541 "scripts" : {
2642 "build" : " tsc && vite build -c src/main/vite.config.ts && vite build -c src/renderer/vite.config.ts && corepack pnpm build:types" ,
2743 "build:types" : " dts-bundle-generator --config ./dts-bundle-generator.config.ts && corepack pnpm run copy:types" ,
44+ "copy:readme" : " cp ../../README.md ./" ,
2845 "copy:types" : " cp dist/main.d.ts dist/renderer.d.ts ./" ,
2946 "test" : " vitest -c vitest.config.ts" ,
3047 "test:ci" : " vitest run -c vitest.config.ts --coverage" ,
31- "prepublishOnly" : " corepack pnpm build" ,
48+ "prepublishOnly" : " corepack pnpm copy:readme && corepack pnpm build" ,
3249 "changeset" : " changeset" ,
3350 "release" : " changeset publish"
3451 },
You can’t perform that action at this time.
0 commit comments