Skip to content

Commit

Permalink
update plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Hołdys committed Jan 24, 2024
1 parent f648601 commit c57313e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "posthog-plugin-geoip-anonymized",
"version": "1.0.0",
"description": "Remove precise geolocation data from GeoIP",
"description": "GeoIP without exact location data for greater anonymity",
"keywords": [
"posthog",
"plugin",
Expand All @@ -16,7 +16,9 @@
},
"homepage": "https://github.com/AminaBank/posthog-plugin-geoip-anonymized#readme",
"author": "PostHog <[email protected]>",
"contributors": ["AMINA Bank AG"],
"contributors": [
"AMINA Bank AG"
],
"scripts": {
"test": "jest .",
"lint": "eslint .",
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GeoIP",
"url": "https://github.com/PostHog/posthog-plugin-geoip",
"description": "Enrich PostHog events and persons with IP location data",
"name": "GeoIP Anonymized",
"url": "https://github.com/AminaBank/posthog-plugin-geoip-anonymized",
"description": "GeoIP without exact location data for greater anonymity",
"main": "index.ts",
"posthogVersion": ">=1.24.0",
"stateless": true
Expand Down

0 comments on commit c57313e

Please sign in to comment.