1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

Utilities: Rename jp to json

With the scope of `jp` expanding beyond just printing JSON (e.g.
querying JSON), `json` seems to be a more fitting name.
This commit is contained in:
Maxwell Trussell 2022-10-21 09:26:06 -07:00 committed by Linus Groh
parent 424033be44
commit b80c24f57f
2 changed files with 1 additions and 1 deletions

View file

@ -135,9 +135,9 @@ target_link_libraries(id LibMain)
target_link_libraries(ifconfig LibMain)
target_link_libraries(ini LibMain)
target_link_libraries(install-bin LibMain)
target_link_libraries(jp LibMain)
target_link_libraries(js LibJS LibLine LibMain LibTextCodec)
link_with_locale_data(js)
target_link_libraries(json LibMain)
target_link_libraries(kcov-example LibMain)
target_link_libraries(keymap LibKeyboard LibMain)
target_link_libraries(kill LibMain)