From c52232539c1ef689e9ab5e04ff74a90bc3966eb3 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 2 Jan 2020 19:01:16 +0100 Subject: change fingerprint lib to valves the library wants to be the first thing to load after the page is idle, so i had to move all the onload things in the handle after the library ran --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 179a1fa..ed4f390 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ }, "dependencies": { "core-js": "^3.1.4", + "fingerprintjs2": "^2.1.0", "regenerator-runtime": "^0.13.2" } } -- cgit