Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tracker/npm_package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"license": "MIT",
"homepage": "https://plausible.io",
"type": "module",
"exports": {
".": {
"import": "./plausible.js",
"types": "./plausible.d.ts"
}
},
"module": "./plausible.js",
"types": "./plausible.d.ts"
}
2 changes: 1 addition & 1 deletion tracker/src/engagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { sendRequest } from './networking'
var listeningOnEngagement = false

var currentEngagementIgnored
var currentEngagementURL = location.href
var currentEngagementURL = ''
var currentEngagementProps = {}
var currentEngagementMaxScrollDepth = -1

Expand Down