Remove ES6 dependencies from build script
This commit is contained in:
@@ -6,5 +6,3 @@ mkdir -p ../json
|
||||
node md2json.js ../README.md > ../json/entries.min.json
|
||||
# beautify the previously created JSON file, redirect to /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
|
||||
|
||||
Reference in New Issue
Block a user