Skip to content

Commit

Permalink
include files
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Oct 7, 2023
1 parent 99f09c0 commit 58e0b85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.3",
"description": "Substreams Sink Websockets",
"name": "substreams-sink-websockets",
"homepage": "https://github.com/pinax-network/substreams-sink-websockets",
Expand All @@ -11,6 +11,9 @@
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"start": "bun run index.ts",
"prepublish": "tsc",
Expand Down

0 comments on commit 58e0b85

Please sign in to comment.