Skip to content

Commit

Permalink
adjustments due to rename of org
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Engelhardt committed Aug 3, 2020
1 parent f8c98ce commit c32340f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.4.0](https://github.com/keepist/gdpr-react-cookie-banner/tree/0.4.0) (2020-08-02)
[Full Changelog](https://github.com/keepist/gdpr-react-cookie-banner/compare/0.3.0...0.4.0)

## [0.3.0](https://github.com/Palmabit-IT/react-cookie-law/tree/0.3.0) (2019-10-17)
[Full Changelog](https://github.com/Palmabit-IT/react-cookie-law/compare/0.2.3...0.3.0)

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# React GDPR Cookie Banner

[![Build Status](https://travis-ci.com/qeeps/react-cookie-law.svg?branch=master)](https://travis-ci.com/github/qeeps/react-gdpr-cookie-banner)
[![Build Status](https://travis-ci.com/keepist/react-cookie-law.svg?branch=master)](https://travis-ci.com/github/keepist/react-gdpr-cookie-banner)

A GDPR compliant Cookie Banner component for React.

![Preview](https://raw.githubusercontent.com/qeeps/react-gdpr-cookie-banner/master/banner_preview.png)
![Preview](https://raw.githubusercontent.com/qeeps/react-gdpr-cookie-banner/master/banner_preview_custom_style.png)
![Preview](https://raw.githubusercontent.com/keepist/react-gdpr-cookie-banner/master/banner_preview.png)
![Preview](https://raw.githubusercontent.com/keepist/react-gdpr-cookie-banner/master/banner_preview_custom_style.png)

## Install

```
yarn add @qeeps/react-gdpr-cookie-banner
yarn add @keepist/react-gdpr-cookie-banner
```

or

```
npm install --save @qeeps/react-gdpr-cookie-banner
npm install --save @keepist/react-gdpr-cookie-banner
```

## Adjustments
Expand Down Expand Up @@ -49,7 +49,7 @@ You can now click the labels to select/deselect the options
## Usage

```js
import { CookieBanner } from '@qeeps/react-gdpr-cookie-banner';
import { CookieBanner } from '@keepist/react-gdpr-cookie-banner';

React.renderComponent(
<div>
Expand Down Expand Up @@ -132,7 +132,7 @@ To style the buttons differently you can use the following classes:
| **react-cookie-law-accept-selection-btn** | Styles the *Accept Selection*-Button |

#### Example of a custom style:
![Preview](https://raw.githubusercontent.com/qeeps/react-gdpr-cookie-banner/master/banner_preview_custom_style.png)
![Preview](https://raw.githubusercontent.com/keepist/react-gdpr-cookie-banner/master/banner_preview_custom_style.png)


## Test
Expand All @@ -155,7 +155,7 @@ npm test

## Improvements

[Daniel Engelhardt (qeeps.de)](https://www.qeeps.de)
[Daniel Engelhardt (keepist.de)](https://www.keepist.de)

# Licence

Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
{
"name": "@qeeps/react-gdpr-cookie-banner",
"version": "0.7.0",
"name": "@keepist/react-gdpr-cookie-banner",
"version": "0.4.0",
"description": "GDPR compliant cookie banner for react",
"author": "Alessandro Sarzina <a.sarzina@palmabit.com>",
"contributors": [
"Daniel Engelhardt <daniel.engelhardt@qeeps.de> (https://www.qeeps.de)"
"Daniel Engelhardt <daniel.engelhardt@keepist.de> (https://www.keepist.de)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qeeps/react-gdpr-cookie-banner.git"
"url": "git+https://github.com/keepist/react-gdpr-cookie-banner.git"
},
"bugs": {
"url": "https://github.com/qeeps/react-gdpr-cookie-banner/issues"
"url": "https://github.com/keepist/react-gdpr-cookie-banner/issues"
},
"homepage": "https://github.com/qeeps/react-gdpr-cookie-banner#readme",
"homepage": "https://github.com/keepist/react-gdpr-cookie-banner#readme",
"keywords": [
"gdpr",
"cookie",
"cookie law",
"banner",
"cookie banner",
"react cookie banner",
"react"
"react",
"dsgvo"
],
"main": "dist",
"files": [
"dist"
],
"scripts": {
"build": "./node_modules/.bin/webpack -p",
"build": "webpack -p",
"test": "jest --coverage",
"precommit": "lint-staged",
"prepublish": "npm test && npm run build",
Expand Down Expand Up @@ -83,5 +84,8 @@
"hooks": {
"pre-commit": "npm run precommit"
}
},
"directories": {
"test": "test"
}
}

0 comments on commit c32340f

Please sign in to comment.