From ddbcf35321d0a79b2b878dd0a7db679b457e3e9d Mon Sep 17 00:00:00 2001 From: priyagupta108 Date: Tue, 30 Jan 2024 12:54:10 +0530 Subject: [PATCH] test --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66a9ad2..acccb3b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@priyagupta18/sample-node", - "version": "1.0.0", + "version": "4.0.2", "description": "sample-node application", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" " + "test": "echo \"Error: no test specified\" ", + "postinstall": "echo 'postinstall script ran!'", + "publish": "yarn npm publish" }, "author": "", "license": "ISC",