Skip to content

Commit 07ad691

Browse files
committed
Add display name and remove types
1 parent 44f3153 commit 07ad691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "posthog-plugin-hello-world",
4+
"displayName": "Hello World",
45
"version": "1.0.0",
56
"description": "Greet the world with every PostHog event!",
67
"keywords": [
78
"posthog",
89
"plugin"
910
],
1011
"main": "dist/index.js",
11-
"types": "dist/index.d.ts",
1212
"repository": "github:PostHog/posthog-plugin-hello-world",
1313
"bugs": {
1414
"url": "https://github.com/PostHog/posthog-plugin-hello-world/issues"

0 commit comments

Comments
 (0)