From 9f757bc09af8cfe26665ab1e8ca446e51b795bed Mon Sep 17 00:00:00 2001 From: Eugene Medvedev Date: Mon, 20 May 2024 14:46:09 +0300 Subject: [PATCH] Probably the stupidest single character error ever. --- {,github => .github}/workflows/npm-publish.yml | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {,github => .github}/workflows/npm-publish.yml (100%) diff --git a/,github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml similarity index 100% rename from ,github/workflows/npm-publish.yml rename to .github/workflows/npm-publish.yml diff --git a/package.json b/package.json index 2c66052..8be8711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hqsl-ts", - "version": "1.0.1", + "version": "1.0.2", "description": "Library for dealing with HQSL data, creation and verification thereof.", "type": "module", "main": "dist/index.js",