Skip to content

Commit

Permalink
make relative import so typescript builds correctly (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE authored Jan 31, 2023
1 parent 6c6b01f commit 744e8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posthog-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog-node",
"version": "2.3.0",
"version": "2.3.1",
"description": "PostHog Node.js integration",
"repository": "PostHog/posthog-node",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion posthog-node/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JsonType } from 'posthog-core/src'
import { JsonType } from '../../posthog-core/src'

export interface IdentifyMessageV1 {
distinctId: string
Expand Down

0 comments on commit 744e8c5

Please sign in to comment.