aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-01-02 19:01:16 +0100
committersD <stoned@derpymail.org>2020-01-02 19:01:16 +0100
commitc52232539c1ef689e9ab5e04ff74a90bc3966eb3 (patch)
treec800c4afabf7e1f7d761ff5ee46c3513c44a0c66 /package.json
parentddec46497e13ca577e3b8e238d00174b2617635c (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
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"
}
}