From e0fb78de5629ee21c1b62e7a6d5ac74953f43549 Mon Sep 17 00:00:00 2001 From: Mohit Karekar Date: Sun, 19 Jul 2020 00:38:51 +0530 Subject: [PATCH] Updated version number --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a4726ebc0..6d053d974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-insta-stories", - "version": "2.0.3", + "version": "2.0.4", "description": "A React component for Instagram like stories", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,7 +11,6 @@ "start": "webpack-dev-server --watch", "example": "cd example && npm start", "test": "echo \"Error: no test specified\" && exit 1", - "prepublish": "npm run build", "publish": "npm publish" }, "repository": {