From a6a6e84b87803312f0806d78d2ad6c386be3e2f8 Mon Sep 17 00:00:00 2001 From: enigma0884 Date: Fri, 17 Mar 2023 13:16:42 +0530 Subject: [PATCH] slight updates to package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c0a061..2edbee2 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "whatsbulk", - "version": "1.0.1", + "version": "1.0.2", "description": "Send messages in bulk to multiple users on WhatsApp using just a phone number!", "main": "./dist/index.js", "types": "./dist", "scripts": { "lint": "eslint . --ext .ts --fix", "build": "del /q /s /f dist && npm run lint && tsc", - "prepublish": "npm run build" + "prepublishOnly": "npm run build" }, "repository": { "type": "git",