Add comment explaining use of merge
This commit is contained in:
parent
011530e11b
commit
87be3ac235
@ -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];
|
||||
|
Reference in New Issue
Block a user