Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Apr 17, 2022
1 parent c3189d5 commit f1e4d98
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 f1e4d98

Please sign in to comment.