From 3c8e51c4cd22716a23924afad0f4d082199b9d8b Mon Sep 17 00:00:00 2001 From: Sagar Chamling Date: Sat, 2 Jul 2022 01:26:07 +0545 Subject: [PATCH] Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45a13f4..54ee4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-copy-button", - "version": "0.1.2", + "version": "0.2.0", "homepage": "https://cham11ng.github.io/react-copy-button", "description": "Copy to clipboard react button component.", "author": "cham11ng", @@ -17,7 +17,7 @@ "scripts": { "build": "rollup -c", "start": "rollup -c -w", - "prepare": "husky install", + "prepare": "yarn build && husky install", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build", "lint": "eslint .",