Update library.json - general housekeeping

This commit is contained in:
Paweł Kozubal 2023-04-17 23:07:48 +02:00 committed by GitHub
parent 07f8285937
commit 368af84ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
{
"name": "nlohmann-json",
"version": "3.11.2",
"description": "JSON for Modern C++",
"keywords": [
"json",
@ -8,7 +7,8 @@
"deserialization",
"parser",
"generator",
"C++"
"C++",
"modern"
],
"authors": [
{
@ -30,7 +30,6 @@
"https://github.com/nlohmann/json/tree/develop/docs/examples"
],
"build": {
"flags": ["-std=c++11"],
"srcFilter": ["-<**/*>"],
"includeDir": "single_include"
}