From 095aaebe5e62c1a7807d7bc99368191d029ed8ab Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 16 Jun 2024 02:35:22 -0400 Subject: [PATCH] build(vcpkg): do not include unnecessary metadata Name and version in vcpkg.json are only needed for libraries. --- vcpkg.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index c216069..c31f3bd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "name": "zeal", - "version": "0.7.1", "dependencies": [ { "name": "libarchive",