From db6f93fd933225d2e705c40340615f0f455f8625 Mon Sep 17 00:00:00 2001 From: tycrek Date: Thu, 21 May 2020 20:38:21 -0600 Subject: [PATCH] Added todo item to build script --- _build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/_build.js b/_build.js index f7407a9..4327d32 100644 --- a/_build.js +++ b/_build.js @@ -1,4 +1,5 @@ // Build tool for generating README.md +// TODO: Add support for section-specific comments const os = require('os'); const path = require('path');