Add comment explaining use of merge

This commit is contained in:
Asher 2019-07-30 18:17:54 -05:00
parent 011530e11b
commit 87be3ac235
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// This is used to merge JSON files (package.json and product.json) and delete a
// few entries we don't want. It's extremely simple, expects very specific
// input, and doesn't have any error handling.
const fs = require("fs");
const a = process.argv[2];