aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-30 23:11:08 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-30 23:11:08 +0100
commit7aa8a5600d0bb44949749893e0bbc630c06e62be (patch)
tree97dadae766de4959a06d3df552e65e41fa7525ec /package.json
parentbuild: Fully switch over to ESM (diff)
downloadsophie-7aa8a5600d0bb44949749893e0bbc630c06e62be.tar.gz
sophie-7aa8a5600d0bb44949749893e0bbc630c06e62be.tar.zst
sophie-7aa8a5600d0bb44949749893e0bbc630c06e62be.zip
test: Silence logging in preload tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 620c9cc..22748f7 100644
--- a/package.json
+++ b/package.json
@@ -53,5 +53,9 @@
53 "typescript": "^4.5.4", 53 "typescript": "^4.5.4",
54 "vite": "^2.7.9" 54 "vite": "^2.7.9"
55 }, 55 },
56 "packageManager": "yarn@3.1.1" 56 "packageManager": "yarn@3.1.1",
57 "dependencies": {
58 "loglevel": "^1.8.0",
59 "preload": "^0.1.0"
60 }
57} 61}