From dbc498d2cf9e86fdca5305458c68ba2efedb47e9 Mon Sep 17 00:00:00 2001 From: Voltra Date: Sat, 23 Apr 2022 19:52:58 +0200 Subject: [PATCH] -> v1.0.1 --- README.md | 6 ++++-- package.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85d59b5..d53f33e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ > Vanilla JavaScript binding to gdpr-guard as efficiently and easily as possible, based on data provided in the DOM -
html-gdpr-guard logo
+
html-gdpr-guard logo
-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 diff --git a/package.json b/package.json index 9df62e2..9a903cb 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },