fix(npm): typo in windows package name

This commit is contained in:
Marc Nuri
2025-02-14 16:11:23 +01:00
parent ab7d26f8ef
commit 07762e9a7a

View File

@@ -3,9 +3,9 @@
"version": "0.0.0",
"description": "Model Context Protocol (MCP) server for Kubernetes and OpenShift",
"os": [
"arm64"
"win32"
],
"cpu": [
"x64"
"arm64"
]
}