From f355409b873a8a568c27a91e717d39cdf5defd4b Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Tue, 5 Mar 2019 15:16:03 +0100 Subject: [PATCH] version bump and build --- build/index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/index.js b/build/index.js index ab9a49c..1657561 100644 --- a/build/index.js +++ b/build/index.js @@ -572,6 +572,7 @@ var CookieConsent = function (_Component) { borderRadius: "0px", boxShadow: "none", color: "black", + cursor: "pointer", flex: "0 0 auto", padding: "5px 10px", margin: "15px" diff --git a/package.json b/package.json index a06193c..5c7f814 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Rick van Lieshout", "email": "info@rickvanlieshout.com" }, - "version": "2.2.1", + "version": "2.2.2", "description": "A small, simple and customizable cookie consent bar for use in React applications.", "main": "build/index.js", "types": "build/index.d.ts",