Skip to content

Commit

Permalink
fix: Include dist in built NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Nov 9, 2023
1 parent f6b3afc commit 1b78525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!dist
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pojntfx/dudirekta",
"version": "0.6.0",
"version": "0.6.1",
"description": "Language-, transport- and serialization-agnostic RPC framework with remote closure support that allows exposing and calling functions on both clients and servers.",
"source": "ts/index.ts",
"module": "dist/index.js",
Expand Down

0 comments on commit 1b78525

Please sign in to comment.