diff options
author | 2024-09-11 17:14:22 +0100 | |
---|---|---|
committer | 2024-09-11 17:14:22 +0100 | |
commit | 444892ce93faffe932e1f271384188b63132e44c (patch) | |
tree | 6b122bd8a2451ff9daf50c927ea9de6a2be3e087 /thallium-frontend | |
parent | Remove 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.json | 3 |
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" } |