diff --git a/library.json b/library.json index 47fd352ac..21d6bcecf 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,11 @@ { "name": "RapidJSON", + "version": "1.1.0", "keywords": "json, sax, dom, parser, generator", "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API", - "include": "include", + "export": { + "include": "include" + }, "examples": "example/*/*.cpp", "repository": {