We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f3153 commit 07ad691Copy full SHA for 07ad691
package.json
@@ -1,14 +1,14 @@
1
{
2
"private": true,
3
"name": "posthog-plugin-hello-world",
4
+ "displayName": "Hello World",
5
"version": "1.0.0",
6
"description": "Greet the world with every PostHog event!",
7
"keywords": [
8
"posthog",
9
"plugin"
10
],
11
"main": "dist/index.js",
- "types": "dist/index.d.ts",
12
"repository": "github:PostHog/posthog-plugin-hello-world",
13
"bugs": {
14
"url": "https://github.com/PostHog/posthog-plugin-hello-world/issues"
0 commit comments