Skip to content

Commit

Permalink
Merge branch 'release/v2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Apr 17, 2022
2 parents 441b8f1 + f1e4d98 commit 3ace489
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdpr-guard",
"version": "2.2.2",
"version": "2.2.3",
"author": "Voltra <[email protected]>",
"homepage": "https://github.com/Voltra/gdpr-guard#readme",
"bugs": {
Expand All @@ -13,6 +13,16 @@
"description": "Simple GDPR manager",
"main": "./dist/gdpr_guard.js",
"types": "./dist/gdpr_guard.d.ts",
"keywords": [
"gdpr",
"cookies",
"cookie",
"notice",
"banner",
"consent",
"tracking",
"rgpd"
],
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
Expand Down

0 comments on commit 3ace489

Please sign in to comment.