From d1086d109fab0d8761dce3677777fc4a632025d1 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 30 Dec 2023 21:16:17 +1000 Subject: [PATCH] bump package version --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ff6268d..8d242a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meshtastic/js", - "version": "2.2.16-0", + "version": "2.2.16-1", "description": "Browser library for interfacing with meshtastic devices", "license": "GPL-3.0-only", "scripts": { @@ -23,9 +23,7 @@ "types": "./dist/index.d.ts" } }, - "files": [ - "dist" - ], + "files": ["dist"], "bugs": { "url": "https://github.com/meshtastic/js/issues" },