Skip to content

Commit 0334d29

Browse files
committed
build: Add README to generated NPM package
1 parent 9d133ea commit 0334d29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pojntfx/panrpc",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Language-, transport- and serialization-agnostic RPC framework with remote closure support that allows exposing and calling functions on both clients and servers.",
55
"source": "index.ts",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"type": "module",
99
"scripts": {
10-
"build": "eslint . && tsc --emitDeclarationOnly && typedoc --excludePrivate --out typedoc index.ts && bun build --minify --splitting --target browser --outdir=dist ./index.ts"
10+
"build": "eslint . && tsc --emitDeclarationOnly && typedoc --excludePrivate --out typedoc index.ts && bun build --minify --splitting --target browser --outdir=dist ./index.ts && cp ../README.md ./dist"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)