update .npmignore and bump version

This commit is contained in:
nvms 2025-04-15 14:52:03 -04:00
parent 5bd827515f
commit 8af50f0c00
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,6 @@
node_modules node_modules
src src
tests
docker-compose.yml
bump.config.ts
bun.lockb

View File

@ -1,6 +1,6 @@
{ {
"name": "@prsm/keepalive-ws", "name": "@prsm/keepalive-ws",
"version": "1.0.2", "version": "1.0.3",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",