version bump and build

This commit is contained in:
Rick van Lieshout 2019-05-03 12:07:12 +02:00
parent 8aef083015
commit 5a807f884b
2 changed files with 2 additions and 1 deletions

1
build/index.d.ts vendored
View File

@ -30,6 +30,7 @@ export interface CookieConsentProps {
extraCookieOptions?: object;
disableButtonStyles?: boolean;
enableDeclineButton?: boolean;
flipButtons?: boolean;
ButtonComponent?: Function | React.ReactElement;
}

View File

@ -4,7 +4,7 @@
"name": "Rick van Lieshout",
"email": "info@rickvanlieshout.com"
},
"version": "2.3.0",
"version": "2.3.1",
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
"main": "build/index.js",
"types": "build/index.d.ts",