aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-11 17:14:22 +0100
committerGravatar Joe Banks <[email protected]>2024-09-11 17:14:22 +0100
commit444892ce93faffe932e1f271384188b63132e44c (patch)
tree6b122bd8a2451ff9daf50c927ea9de6a2be3e087 /thallium-frontend
parentRemove strikethrough from button styles (diff)
Set packageManager field in package.json
I don't know, pnpm just did it.
Diffstat (limited to 'thallium-frontend')
-rw-r--r--thallium-frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/thallium-frontend/package.json b/thallium-frontend/package.json
index bdafece..6b22537 100644
--- a/thallium-frontend/package.json
+++ b/thallium-frontend/package.json
@@ -34,5 +34,6 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
- }
+ },
+ "packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}