Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Mar 20, 2022
2 parents 01f9076 + d38f535 commit 441b8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdpr-guard",
"version": "2.2.1",
"version": "2.2.2",
"author": "Voltra <ludwig.guerin.98@gmx.fr>",
"homepage": "https://github.com/Voltra/gdpr-guard#readme",
"bugs": {
Expand All @@ -18,7 +18,7 @@
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"clean": "rm -rf dist",
"predocs": "[[ -d ./docs ]] && rm -rf ./docs",
"predocs": "([[ -d ./docs ]] && rm -rf ./docs) || true",
"docs": "typedoc --options typedoc.config.js",
"predeploy:docs": "npm run docs",
"deploy:docs": "gh-pages -d docs"
Expand Down

0 comments on commit 441b8f1

Please sign in to comment.