From cb63f6495485350713086304914756d0269a9d86 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 2 Jul 2017 23:54:53 -0400 Subject: [PATCH] Update name of API entires JSON files --- build/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/build.sh b/build/build.sh index bac62d40..b642aa08 100755 --- a/build/build.sh +++ b/build/build.sh @@ -3,8 +3,8 @@ # create json directory if not already present mkdir -p ../json # parse API README and print (minified) JSON to stdout, redirect to /json -node md2json.js ../README.md > ../json/api.min.json +node md2json.js ../README.md > ../json/entries.min.json # beautify the previously created JSON file, redirect to /json -python -m json.tool ../json/api.min.json > ../json/api.json -# print out pretty JSON (useful for debugging, checking for new entries, etc) -cat ../json/api.json +python -m json.tool ../json/entries.min.json > ../json/entries.json +# print out pretty JSON (useful for debugging, checking for new entries, etc) +cat ../json/entries.json