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",