Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Apr 23, 2022
2 parents e9b4de4 + dbc498d commit deacf22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

> Vanilla JavaScript binding to gdpr-guard as efficiently and easily as possible, based on data provided in the DOM
<center><img src="https://github.com/Voltra/html-gdpr-guard/raw/master/html-gdpr-guard.png" alt="html-gdpr-guard logo"/></center>
<center><img src="https://github.com/Voltra/html-gdpr-guard/raw/master/html-gdpr-guard.png" alt="html-gdpr-guard logo" width="250"/></center>

You can have a look at the [demo](https://voltra.github.io/html-gdpr-guard) to see it in action and inspect the DOM.
You can have a look at the [demo](https://voltra.github.io/html-gdpr-guard/demo) to see it in action and inspect the DOM.

You can also have a look at the [docs](https://voltra.github.io/html-gdpr-guard).

## Install

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-gdpr-guard",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vanilla JavaScript binding to use gdpr-guard as efficiently and easily as possible, based on data provided in the DOM",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,6 +11,7 @@
"clean": "rm -rf dist",
"predocs": "([[ -d ./docs ]] && rm -rf ./docs) || true",
"docs": " typedoc --options typedoc.config.js",
"postdocs": "cp -R ./example/ ./docs/demo/ && cp -R ./dist/ ./docs/dist/",
"predeploy:docs": "npm run docs",
"deploy:docs": "gh-pages -d docs"
},
Expand Down

0 comments on commit deacf22

Please sign in to comment.