jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Updated package.json with build script #64

Closed boycce closed 3 years ago

jasonzissman commented 3 years ago

Thanks for the P/R! I have since changed the minification tooling from uglify to babel. I will incorporate your changes into a different P/R that I currently have open. Thanks again!