Fix library.json

This commit is contained in:
Vinnie Falco
2017-07-31 15:31:36 -07:00
parent 3fb5d60db2
commit 81c306ed13
2 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,7 @@ Version 96:
* Move extras/ to test/ * Move extras/ to test/
* Use <valgrind> property * Use <valgrind> property
* Rename wsload compile target * Rename wsload compile target
* Fix library.json
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -5,9 +5,6 @@
"Vinnie Falco" "Vinnie Falco"
], ],
"description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio", "description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio",
"std": [
"C++11"
],
"category": [ "category": [
"Concurrent", "Concurrent",
"IO" "IO"