From 316adf3815a00ef6913684d0f69838f4ef251e76 Mon Sep 17 00:00:00 2001 From: Bob <115008575+bobslavtriev@users.noreply.github.com> Date: Wed, 15 May 2024 17:54:04 -0300 Subject: [PATCH] Update package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 7f54176..c861654 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "bobslavtriev", "name": "mysql-baileys", - "version": "1.3.1", + "version": "1.3.2", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "Implementation of MySQL in Baileys.", @@ -27,9 +27,6 @@ "repository": { "url": "git+ssh://git@github.com/bobslavtriev/mysql-baileys.git" }, - "publishConfig": { - "registry": "https://npm.pkg.github.com" - }, "dependencies": { "libsignal": "github:adiwajshing/libsignal-node", "mysql2": "^3.3.5",