PostHog / posthog-node

Official PostHog Node library
MIT License
21 stars 19 forks source link

index.d.ts is missing in package.json files array #3

Closed stonesthatwhisper closed 3 years ago

stonesthatwhisper commented 3 years ago

This seems to be in 1.0.3 package.json:

"files": [
    "index.js",
    "event-validation.js",
    "cli.js"
  ],

After yarn add posthog-node, vs code is showing a warning saying index.d.ts is missing.

mariusandra commented 3 years ago

Hey! Version 1.0.4 released with that file included