Commit c583119b authored by Milo Yip's avatar Milo Yip

Merge pull request #401 from ivankravets/patch-2

Fix include location
parents 315a8ea3 720d1688
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "RapidJSON", "name": "RapidJSON",
"keywords": "json, sax, dom, parser, generator", "keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API", "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
"include": "include/rapidjson", "include": "include",
"examples": "example/*/*.cpp", "examples": "example/*/*.cpp",
"repository": "repository":
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment