Bump version to 0.0.6 and add publish script to package.json

This commit is contained in:
2025-11-07 23:30:14 +01:00
parent 33ecb9f9bc
commit de6244cf24

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/rondevu-client",
"version": "0.0.5",
"version": "0.0.6",
"description": "TypeScript client for Rondevu peer signaling and discovery server",
"type": "module",
"main": "dist/index.js",
@@ -8,7 +8,8 @@
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"publish": "npm publish"
},
"keywords": [
"webrtc",