Add amalgamated json-fwd.hpp to release (#3687)

* 🔧 add amalgamated json-fwd.hpp to release

* 🔧 add amalgamated json-fwd.hpp to package managers
This commit is contained in:
Niels Lohmann
2022-08-07 20:33:34 +02:00
committed by GitHub
parent d79d12f854
commit e1a3fb74ba
3 changed files with 7 additions and 1 deletions

View File

@@ -21,3 +21,6 @@ distribution:
- source-file: "single_include/nlohmann/json.hpp"
target-file: "json.hpp"
type: "source-code"
- source-file: "single_include/nlohmann/json_fwd.hpp"
target-file: "json_fwd.hpp"
type: "source-code"